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

wusheng 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 64d7541  docs: update version and changes (#112)
64d7541 is described below

commit 64d7541e782c54608f030360ba91f4aff3e561bf
Author: Fine0830 <[email protected]>
AuthorDate: Sat Apr 15 16:57:24 2023 +0800

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

diff --git a/CHANGES.md b/CHANGES.md
index 30ed052..7f85301 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
 # Changes
 
+## 0.10.0
+
+1. Fix the ability of Fetch constructure.
+2. Update README.
+3. Bump dependencies.
+
 ## 0.9.0
 
 1. Fix custom configurations when the page router changed for SPA.
diff --git a/package-lock.json b/package-lock.json
index 9c7d386..e95e48a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.9.0",
+  "version": "0.10.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index 3b81831..6c14262 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.9.0",
+  "version": "0.10.0",
   "description": "Client-side JavaScript exception and tracing library for 
Apache SkyWalking APM",
   "main": "index.js",
   "types": "lib/src/index.d.ts",

Reply via email to