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 4f9a91d  Draft release for 0.7.0 (#120)
4f9a91d is described below

commit 4f9a91dad3dfd8cfe5ba8f7bd06b39e11eb5e65e
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Thu Oct 19 17:38:50 2023 +0800

    Draft release for 0.7.0 (#120)
---
 CHANGELOG.md      | 4 ++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a6a5d2..ea8eab3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.7.0
+
+* Add deadline config for trace request (#118)
+
 # 0.6.0
 
 * Add missing build doc by @kezhenxu94 in 
https://github.com/apache/skywalking-nodejs/pull/92
diff --git a/package-lock.json b/package-lock.json
index 5c8b742..dc873f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-backend-js",
-  "version": "0.6.0",
+  "version": "0.7.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index b04092d..9da4a27 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-backend-js",
-  "version": "0.6.0",
+  "version": "0.7.0",
   "description": "The NodeJS agent for Apache SkyWalking",
   "homepage": "skywalking.apache.org",
   "main": "lib/index.js",

Reply via email to