Skip to content

Commit

Permalink
docs: update version and changes (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Jul 7, 2021
1 parent 5361fdc commit 8cc3cc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8cc3cc8

Please sign in to comment.