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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e4a2cd90ec7 add a release event (#726)
e4a2cd90ec7 is described below

commit e4a2cd90ec739983fde0b7a52a3a1e4a7435a407
Author: Fine0830 <[email protected]>
AuthorDate: Sun Jul 14 21:55:40 2024 +0800

    add a release event (#726)
---
 .../release-apache-skywalking-client-js-0-12-0/index.md    | 11 +++++++++++
 data/docs.yml                                              |  4 ++--
 data/releases.yml                                          | 14 +++++++-------
 3 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/content/events/release-apache-skywalking-client-js-0-12-0/index.md 
b/content/events/release-apache-skywalking-client-js-0-12-0/index.md
new file mode 100644
index 00000000000..677f21510dd
--- /dev/null
+++ b/content/events/release-apache-skywalking-client-js-0-12-0/index.md
@@ -0,0 +1,11 @@
+---
+title: Release Apache SkyWalking Client JS 0.12.0
+date: 2024-07-14
+author: SkyWalking Team
+---
+
+SkyWalking Client JS 0.12.0 is released. Go to [downloads](/downloads) page to 
find release tars.
+
+1. Fix native fetch implementation when using Request object.
+2. Fix fetch implementation when using the Header object in http queries.
+3. Bump dependencies.
diff --git a/data/docs.yml b/data/docs.yml
index eccde3fa57c..fbb5b18cdbb 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -181,8 +181,8 @@
       user: apache
       repo: skywalking-client-js
       docs:
-        - version: v0.11.0
-          link: https://github.com/apache/skywalking-client-js/tree/v0.11.0
+        - version: v0.12.0
+          link: https://github.com/apache/skywalking-client-js/tree/v0.12.0
 
     - name: Nginx LUA Agent
       icon: nginx-lua-agent
diff --git a/data/releases.yml b/data/releases.yml
index ab7ed027c32..0823031aa6b 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -317,18 +317,18 @@
       icon: js-agent
       description: Apache SkyWalking Client-side JavaScript exception and 
tracing library.
       source:
-        - version: v0.11.0
-          date: Mar. 18th, 2024
+        - version: v0.12.0
+          date: Jul. 14th, 2024
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.11.0/skywalking-client-js-0.11.0-src.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.12.0/skywalking-client-js-0.12.0-src.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/client-js/0.11.0/skywalking-client-js-0.11.0-src.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/client-js/0.12.0/skywalking-client-js-0.12.0-src.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/client-js/0.11.0/skywalking-client-js-0.11.0-src.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/client-js/0.12.0/skywalking-client-js-0.12.0-src.tgz.sha512
       distribution:
-        - version: v0.11.0
-          date: Mar. 18th, 2024
+        - version: v0.12.0
+          date: Jul. 14th, 2024
           downloadLink:
             - name: Install via npm
               link: https://npmjs.com/package/skywalking-client-js

Reply via email to