This is an automated email from the ASF dual-hosted git repository. k2la pushed a commit to branch branch-1.7 in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit d1e9f1c94f2963d5d62ab9a9d8ac0179e8a13d51 Author: yfuruta <[email protected]> AuthorDate: Mon Oct 3 12:54:11 2022 +0900 Release v1.7.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 fd0cbe7..4b8144d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pulsar-client", - "version": "1.7.0-rc.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pulsar-client", - "version": "1.7.0-rc.0", + "version": "1.7.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 339a4dd..f66fac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulsar-client", - "version": "1.7.0-rc.0", + "version": "1.7.0", "description": "Pulsar Node.js client", "main": "index.js", "types": "index.d.ts",
