This is an automated email from the ASF dual-hosted git repository.

baodi pushed a commit to branch branch-1.16
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit 96d23e676c611e6a54411397accd4b33ea6f1651
Author: Baodi Shi <[email protected]>
AuthorDate: Mon Dec 22 19:23:30 2025 +0800

    Release v1.16.0
---
 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 0d7a571..43903b0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "pulsar-client",
-  "version": "1.16.0-rc.0",
+  "version": "1.16.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "pulsar-client",
-      "version": "1.16.0-rc.0",
+      "version": "1.16.0",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index 0917924..0a9abd2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.16.0-rc.0",
+  "version": "1.16.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",

Reply via email to