Skip to content

Commit 786bba4

Browse files
authored
docs: update changes and version (#103)
1 parent 7be3caf commit 786bba4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

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

3+
## 0.9.0
4+
5+
1. Fix custom configurations when the page router changed for SPA.
6+
2. Fix reporting data by navigator.sendbeacon when pages is closed.
7+
3. Bump dependencies.
8+
4. Add Security Notice.
9+
5. Support adding custom tags to spans.
10+
6. Validate custom parameters for register.
11+
312
## 0.8.0
413

514
1. Fix fmp metric.

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.8.0",
3+
"version": "0.9.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)