You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2020/08/06 01:25:15 UTC

[pulsar-client-node] branch branch-1.2 created (now 2b6b82e)

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

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


      at 2b6b82e  1.2.0-rc.1

This branch includes the following new commits:

     new 2b6b82e  1.2.0-rc.1

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: 1.2.0-rc.1

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

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

commit 2b6b82ea424e78e6cde083d2e7e68dcd9947b06f
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Thu Aug 6 10:24:21 2020 +0900

    1.2.0-rc.1
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index ee4a04f..cfdc550 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.2.0-rc.0",
+  "version": "1.2.0-rc.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index d3b0678..2786e7e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.2.0-rc.0",
+  "version": "1.2.0-rc.1",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {