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 b19f2c1  docs: update changes for v0.11.0 (#121)
b19f2c1 is described below

commit b19f2c1ab2590401339c0ba48dcbc33026c325a1
Author: Fine0830 <fanxue0...@gmail.com>
AuthorDate: Fri Mar 15 11:48:11 2024 +0800

    docs: update changes for v0.11.0 (#121)
---
 .github/workflows/build.yml | 2 +-
 CHANGES.md                  | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7172a64..2b6c3c8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [16.x, 18.x]
+        node-version: [18.x, 20.x]
     steps:
     - uses: actions/checkout@v1
     - name: Use Node.js ${{ matrix.node-version }}
diff --git a/CHANGES.md b/CHANGES.md
index 7f85301..66770e5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,13 @@
 # Changes
 
+## 0.11.0
+
+1. Fixed the bug that navigator.sendBeacon sent json to backend report "No 
suitable request converter found for a @RequestObject List".
+2. Fix reading property from null.
+3. Pin selenium version and update license CI.
+4. Bump dependencies.
+5. Update README.
+
 ## 0.10.0
 
 1. Fix the ability of Fetch constructure.

Reply via email to