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
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new 1f48d01 1.0.0
1f48d01 is described below
commit 1f48d01e97209206e9850a4fbe0f2eef15912f76
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Tue Sep 3 13:39:33 2019 +0900
1.0.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 b3b2d01..1638820 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.0.0-rc.1",
+ "version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 378abdd..890cb8d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.0.0-rc.1",
+ "version": "1.0.0",
"description": "Pulsar Node.js client",
"main": "index.js",
"directories": {