You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by k2...@apache.org on 2022/09/13 00:46:48 UTC

[pulsar-client-node] branch branch-1.7 created (now ade661b)

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

k2la pushed a change to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


      at ade661b  Release v1.7.0

This branch includes the following new commits:

     new ade661b  Release v1.7.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-client-node] 01/01: Release v1.7.0

Posted by k2...@apache.org.
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 ade661b559eae75c7564b9ab92ba00cfd481aed1
Author: yfuruta <yf...@yahoo-corp.jp>
AuthorDate: Fri Sep 9 15:13:03 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",