Skip to content

Commit

Permalink
docs: update docs for 0.7.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Oct 8, 2021
1 parent bc36f52 commit c2e3143
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
## 0.7.0

1. Support setting time interval to report segments.
2. Fix segments report only send once
3. Fix apache/skywalking#7335
4. Fix apache/skywalking#7793
2. Fix segments report only send once.
3. Fix apache/skywalking#7335.
4. Fix apache/skywalking#7793.
5. Fix firstReportedError for SPA.

## 0.6.0

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.6.0",
"version": "0.7.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 c2e3143

Please sign in to comment.