This is an automated email from the ASF dual-hosted git repository.
massakam pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new c8f3943 1.3.0
c8f3943 is described below
commit c8f3943b42ec1467043f121c964b3ee8ac92e4a4
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Thu Mar 18 11:36:20 2021 +0900
1.3.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 34f0d1b..675cc2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.3.0-rc.1",
+ "version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 62944d0..65cdfd7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.3.0-rc.1",
+ "version": "1.3.0",
"description": "Pulsar Node.js client",
"main": "index.js",
"types": "index.d.ts",