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 8cc3cc8  docs: update version and changes (#64)
8cc3cc8 is described below

commit 8cc3cc8acd5bde6e6a33222b38fa9efc27dfc13c
Author: Fine0830 <[email protected]>
AuthorDate: Wed Jul 7 15:58:29 2021 +0800

    docs: update version and changes (#64)
---
 CHANGES.md        | 8 ++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 2f70ddd..0821ef5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,13 @@
 # Changes
 
+## 0.6.0
+
+1. Separate production and development environments when building.
+2. Upgrade packages to fix vulnerabilities.
+3. Fix headers could be null .
+4. Fix catching errors for http requests.
+5. Fix the firstReportedError is calculated with more types of errors.
+
 ## 0.5.1
 
 1. Add `noTraceOrigins` option.
diff --git a/package-lock.json b/package-lock.json
index 107540a..75df542 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.5.1",
+  "version": "0.6.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index e4ddb62..c402312 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.5.1",
+  "version": "0.6.0",
   "description": "Client-side JavaScript exception and tracing library for 
Apache SkyWalking APM",
   "main": "index.js",
   "types": "lib/src/index.d.ts",

Reply via email to