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


The following commit(s) were added to refs/heads/master by this push:
     new 03b0d56  Prepare release 0.6.0 (#103)
03b0d56 is described below

commit 03b0d56790af920b764c7068b823d4e5331d415e
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Dec 2 10:03:59 2022 +0800

    Prepare release 0.6.0 (#103)
---
 CHANGELOG.md      | 13 +++++++++++++
 package-lock.json |  2 +-
 package.json      |  2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed07dcf..3a6a5d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# 0.6.0
+
+* Add missing build doc by @kezhenxu94 in 
https://github.com/apache/skywalking-nodejs/pull/92
+* Fix invalid url error in axios plugin by @kezhenxu94 in 
https://github.com/apache/skywalking-nodejs/pull/93
+* Ignore no requests if ignoreSuffix is empty by @michaelzangl in 
https://github.com/apache/skywalking-nodejs/pull/94
+* Escape HTTP method in regexp by @michaelzangl in 
https://github.com/apache/skywalking-nodejs/pull/95
+* docs: grammar improvements by @BFergerson in 
https://github.com/apache/skywalking-nodejs/pull/97
+* fix: entry span url in endponts using Express middleware/router objects by 
@BFergerson in https://github.com/apache/skywalking-nodejs/pull/96
+* chore: use openapi format for endpoint uris by @BFergerson in 
https://github.com/apache/skywalking-nodejs/pull/98
+* AWS DynamoDB, Lambda, SQS and SNS plugins, webpack by @tom-pytel in 
https://github.com/apache/skywalking-nodejs/pull/100
+* Fix nits by @wu-sheng in https://github.com/apache/skywalking-nodejs/pull/101
+* Update AxiosPlugin for v1.0+ by @tom-pytel in 
https://github.com/apache/skywalking-nodejs/pull/102
+
 # 0.5.1
 - Fix `sw` header is not validated and might cause service unavailable. (#90)
 
diff --git a/package-lock.json b/package-lock.json
index 6fc7908..5c8b742 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-backend-js",
-  "version": "0.5.1",
+  "version": "0.6.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 0779024..b04092d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-backend-js",
-  "version": "0.5.1",
+  "version": "0.6.0",
   "description": "The NodeJS agent for Apache SkyWalking",
   "homepage": "skywalking.apache.org",
   "main": "lib/index.js",

Reply via email to