This is an automated email from the ASF dual-hosted git repository. baodi pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit 3c0c4c105516dd6a8d9d8da4516fb7412a1a9493 Author: Baodi Shi <[email protected]> AuthorDate: Tue Jul 2 17:52:02 2024 +0800 Release v1.11.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 3c50bc1..9ea2fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pulsar-client", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pulsar-client", - "version": "1.11.0", + "version": "1.11.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ade792f..60fe9f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulsar-client", - "version": "1.11.0", + "version": "1.11.1", "description": "Pulsar Node.js client", "main": "index.js", "types": "index.d.ts",
