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
commit f415446ffc78c204de0ae9f4d770af7227a56c40 Author: Masahiro Sakamoto <[email protected]> AuthorDate: Wed Mar 10 16:14:54 2021 +0900 1.3.0-rc.1 --- 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 ff61d67..34f0d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pulsar-client", - "version": "1.3.0-rc.0", + "version": "1.3.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ccdb290..62944d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulsar-client", - "version": "1.3.0-rc.0", + "version": "1.3.0-rc.1", "description": "Pulsar Node.js client", "main": "index.js", "types": "index.d.ts",
