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/12 09:20:01 UTC

[pulsar-client-node] branch branch-1.2 updated: 1.2.0

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


The following commit(s) were added to refs/heads/branch-1.2 by this push:
     new eaba0dc  1.2.0
eaba0dc is described below

commit eaba0dcd9b8e04fe7c23feb0c0ec6e424a817f64
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Wed Aug 12 18:18:58 2020 +0900

    1.2.0
---
 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 cfdc550..1e1588e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.2.0-rc.1",
+  "version": "1.2.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 2786e7e..41bdf74 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.2.0-rc.1",
+  "version": "1.2.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {