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",