You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2022/02/22 04:33:51 UTC

[pulsar-client-node] 01/01: Release v1.6.0

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

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

commit a559675a5e6d511c8ded9d280a9a649b80ed77d0
Author: guangning <gu...@apache.org>
AuthorDate: Tue Feb 22 12:29:46 2022 +0800

    Release v1.6.0
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 06008c8..61e2d10 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.6.0-rc.0",
+  "version": "1.6.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index eb56e5e..b597949 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.6.0-rc.0",
+  "version": "1.6.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",