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 2019/08/29 05:10:00 UTC

[pulsar-client-node] 01/01: 1.0.0-rc.1

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

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

commit 54ba35f86d7033a8fce88acdd3cbf1d3dc3d2071
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Thu Aug 29 14:09:29 2019 +0900

    1.0.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 5524444..b3b2d01 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.0.0-rc.0",
+  "version": "1.0.0-rc.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index d2e13d4..378abdd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.0.0-rc.0",
+  "version": "1.0.0-rc.1",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {