This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git
The following commit(s) were added to refs/heads/master by this push:
new 4781b67 Update CHANGES and version for v0.5.1 (#57)
4781b67 is described below
commit 4781b675fecbe2477bb6233dfd441a677ee79608
Author: zhang-wei <[email protected]>
AuthorDate: Sun May 16 10:59:20 2021 +0800
Update CHANGES and version for v0.5.1 (#57)
---
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",