You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zi...@apache.org on 2022/12/19 07:30:51 UTC

[pulsar-client-node] branch branch-1.8 created (now a70e36e)

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

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


      at a70e36e  Release v1.8.0

This branch includes the following new commits:

     new a70e36e  Release v1.8.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.8.0

Posted by zi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zike pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit a70e36e040476c4c0f60728bbc402b841e3dcf72
Author: Zike Yang <zi...@apache.org>
AuthorDate: Mon Dec 19 15:30:07 2022 +0800

    Release v1.8.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 1e9cd13..fc82153 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "pulsar-client",
-  "version": "1.8.0-rc.0",
+  "version": "1.8.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "pulsar-client",
-      "version": "1.8.0-rc.0",
+      "version": "1.8.0",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index 9175212..d65269b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.8.0-rc.0",
+  "version": "1.8.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",