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

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


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new a07e5db  1.3.2-rc.1
a07e5db is described below

commit a07e5db321bd3121de161ecc115a9e4aa77136ae
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Fri Oct 8 18:47:43 2021 +0900

    1.3.2-rc.1
---
 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 7867f80..c928435 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "pulsar-client",
-  "version": "1.3.2-rc.0",
+  "version": "1.3.2-rc.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "pulsar-client",
-      "version": "1.3.2-rc.0",
+      "version": "1.3.2-rc.1",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index 178c341..68cc58a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.3.2-rc.0",
+  "version": "1.3.2-rc.1",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",

Reply via email to