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 f7c508c  feat: add client js release event (#305)
f7c508c is described below

commit f7c508c5ad8fb4a40ccc5f0c03657e24fe9112b9
Author: Fine0830 <fine0...@outlook.com>
AuthorDate: Sun Jul 11 14:38:54 2021 +0800

    feat: add client js release event (#305)
---
 .../release-apache-skywalking-client-js-0-6-0/index.md      | 13 +++++++++++++
 data/docs.yml                                               |  4 ++--
 data/releases.yml                                           | 12 ++++++------
 3 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/content/events/release-apache-skywalking-client-js-0-6-0/index.md 
b/content/events/release-apache-skywalking-client-js-0-6-0/index.md
new file mode 100644
index 0000000..8caa51e
--- /dev/null
+++ b/content/events/release-apache-skywalking-client-js-0-6-0/index.md
@@ -0,0 +1,13 @@
+---
+title: Release Apache SkyWalking Client JS 0.6.0
+date: 2021-07-11
+author: SkyWalking Team
+---
+
+SkyWalking Client JS 0.5.1 is released. Go to [downloads](/downloads) page to 
find release tars.
+
+1. Separate production and development environments when building.
+2. Upgrade packages to fix vulnerabilities.
+3. Fix headers could be null .
+4. Fix catching errors for http requests.
+5. Fix the firstReportedError is calculated with more types of errors.
diff --git a/data/docs.yml b/data/docs.yml
index 4ed9fb3..4da2b1d 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -83,8 +83,8 @@
       user: apache
       repo: skywalking-client-js
       docs:
-        - version: v0.5.1
-          link: https://github.com/apache/skywalking-client-js/tree/v0.5.1
+        - version: v0.6.0
+          link: https://github.com/apache/skywalking-client-js/tree/v0.6.0
 
     - name: SkyWalking Satellite
       icon: S
diff --git a/data/releases.yml b/data/releases.yml
index 99c8cdb..e7bdf89 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -229,18 +229,18 @@
       icon: S
       description: Apache SkyWalking Client-side JavaScript exception and 
tracing library.
       source:
-        - version: v0.5.1
+        - version: v0.6.0
           date: May. 21th, 2021
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.5.1/skywalking-client-js-0.5.1-src.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.6.0/skywalking-client-js-0.6.0-src.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/client-js/0.5.1/skywalking-client-js-0.5.1-src.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/client-js/0.6.0/skywalking-client-js-0.6.0-src.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/client-js/0.5.1/skywalking-client-js-0.5.1-src.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/client-js/0.6.0/skywalking-client-js-0.6.0-src.tgz.sha512
       distribution:
-        - version: v0.5.1
-          date: May. 21th, 2021
+        - version: v0.6.0
+          date: July. 11th, 2021
           downloadLink:
             - name: Install via npm
               link: https://npmjs.com/package/skywalking-client-js

Reply via email to