This is an automated email from the ASF dual-hosted git repository.
nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new 04578bc 1.4.0-rc.0 (#147)
04578bc is described below
commit 04578bc71150528c46b1b2632ceebdccc5499c34
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Wed Mar 17 12:28:25 2021 +0900
1.4.0-rc.0 (#147)
---
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 ff61d67..aa11ae5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.3.0-rc.0",
+ "version": "1.4.0-rc.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ccdb290..c98eaa9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pulsar-client",
- "version": "1.3.0-rc.0",
+ "version": "1.4.0-rc.0",
"description": "Pulsar Node.js client",
"main": "index.js",
"types": "index.d.ts",