You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by qi...@apache.org on 2022/10/10 12:59:35 UTC

[skywalking-client-js] branch master updated: docs: update changes and version (#103)

This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 786bba4  docs: update changes and version (#103)
786bba4 is described below

commit 786bba4b2e1416ceb43c30f90706fe910f5c5461
Author: Fine0830 <fa...@gmail.com>
AuthorDate: Mon Oct 10 20:59:30 2022 +0800

    docs: update changes and version (#103)
---
 CHANGES.md        | 9 +++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 54bb712..30ed052 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,14 @@
 # Changes
 
+## 0.9.0
+
+1. Fix custom configurations when the page router changed for SPA.
+2. Fix reporting data by navigator.sendbeacon when pages is closed.
+3. Bump dependencies.
+4. Add Security Notice.
+5. Support adding custom tags to spans.
+6. Validate custom parameters for register.
+
 ## 0.8.0
 
 1. Fix fmp metric.
diff --git a/package-lock.json b/package-lock.json
index 03c9866..847ec85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.8.0",
+  "version": "0.9.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index b9d21d3..7f64c25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.8.0",
+  "version": "0.9.0",
   "description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM",
   "main": "index.js",
   "types": "lib/src/index.d.ts",