This is an automated email from the ASF dual-hosted git repository. zhangwei24 pushed a commit to branch patch in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git
commit 786dc097421558e1a33dfa62b77856a048e23150 Author: zhangwei <[email protected]> AuthorDate: Sun May 16 10:56:42 2021 +0800 Update CHANGES and version for v0.5.1 --- CHANGES.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1396a25..2f70ddd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## 0.5.0 +## 0.5.1 1. Add `noTraceOrigins` option. 2. Fix wrong URL when using relative path. diff --git a/package.json b/package.json index f739817..2605a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skywalking-client-js", - "version": "0.5.0", + "version": "0.5.1", "description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM", "main": "index.js", "types": "lib/src/index.d.ts",
