From 8cc3cc8acd5bde6e6a33222b38fa9efc27dfc13c Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Wed, 7 Jul 2021 15:58:29 +0800 Subject: [PATCH] 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",