This is an automated email from the ASF dual-hosted git repository.
wu-sheng 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 1d3ba73 chore: bump master to 0.10.0-dev (0.9.0 released) (#138)
1d3ba73 is described below
commit 1d3ba73f4acebdf798ce35ba6c26a47c614f8bbb
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Jun 26 09:02:31 2026 +0800
chore: bump master to 0.10.0-dev (0.9.0 released) (#138)
The next-dev bump shipped in the 0.9.0 release PR (#135), which was closed
instead
of merged (it targeted a feature branch), so master stayed at 0.9.0-dev.
Advance
it to the next in-flight dev version now that 0.9.0 is out.
---
package-lock.json | 4 ++--
package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 265683d..955b4b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "skywalking-backend-js",
- "version": "0.9.0-dev",
+ "version": "0.10.0-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "skywalking-backend-js",
- "version": "0.9.0-dev",
+ "version": "0.10.0-dev",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
diff --git a/package.json b/package.json
index ca70182..f723575 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-backend-js",
- "version": "0.9.0-dev",
+ "version": "0.10.0-dev",
"description": "The NodeJS agent for Apache SkyWalking",
"homepage": "skywalking.apache.org",
"main": "lib/index.js",