This is an automated email from the ASF dual-hosted git repository.
baodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new b17a7a4 Bump the master version to 1.10.0 (#336)
b17a7a4 is described below
commit b17a7a4539c1c5f4e78754a05bd5ee303aa109d7
Author: Baodi Shi <[email protected]>
AuthorDate: Thu Jul 6 17:06:26 2023 +0800
Bump the master version to 1.10.0 (#336)
---
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 83dd51d..ad2c6ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "pulsar-client",
- "version": "1.9.0-rc.0",
+ "version": "1.10.0-rc.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pulsar-client",
- "version": "1.9.0-rc.0",
+ "version": "1.10.0-rc.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
diff --git a/package.json b/package.json
index 546ddba..0fbce76 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.9.0-rc.0",
+ "version": "1.10.0-rc.0",
"description": "Pulsar Node.js client",
"main": "index.js",
"types": "index.d.ts",