Skip to content

Commit 8cc3cc8

Browse files
authored
docs: update version and changes (#64)
1 parent 5361fdc commit 8cc3cc8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## 0.6.0
4+
5+
1. Separate production and development environments when building.
6+
2. Upgrade packages to fix vulnerabilities.
7+
3. Fix headers could be null .
8+
4. Fix catching errors for http requests.
9+
5. Fix the firstReportedError is calculated with more types of errors.
10+
311
## 0.5.1
412

513
1. Add `noTraceOrigins` option.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skywalking-client-js",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM",
55
"main": "index.js",
66
"types": "lib/src/index.d.ts",

0 commit comments

Comments
 (0)