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 613e12e  docs: remove QQ group from README, update version (#118)
613e12e is described below

commit 613e12e9ec7381e20e5c194f0880480cdd5bab1b
Author: Fine0830 <[email protected]>
AuthorDate: Fri Oct 20 10:18:46 2023 +0800

    docs: remove QQ group from README, update version (#118)
---
 README.md         | 1 -
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 459d4ed..8dd3bec 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,6 @@ See more information, [click 
here](https://github.com/SkyAPMTest/skywalking-clie
 * Submit an [issue](https://github.com/apache/skywalking/issues)
 * Mail list: **[email protected]**. Mail to 
`[email protected]`, follow the reply to subscribe the mail 
list.
 * Join `#skywalking` channel at [Apache 
Slack](https://join.slack.com/t/the-asf/shared_invite/enQtNzc2ODE3MjI1MDk1LTAyZGJmNTg1NWZhNmVmOWZjMjA2MGUyOGY4MjE5ZGUwOTQxY2Q3MDBmNTM5YTllNGU4M2QyMzQ4M2U4ZjQ5YmY).
 If the linke is not working, find the latest one at [Apache INFRA 
WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites).
-* QQ Group: 392443393, 901167865
 
 # Release Guide
 All committers should follow [Release Guide](release.md) to publish the 
official release.
diff --git a/package-lock.json b/package-lock.json
index 38c78c2..18292a9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.10.0",
+  "version": "0.11.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index 021f5d3..12dafa6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.10.0",
+  "version": "0.11.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