You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hr...@apache.org on 2021/09/13 06:56:09 UTC

[pulsar-client-node] branch branch-1.3 updated: 1.3.1-rc.1

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

hrsakai 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 cb581c9  1.3.1-rc.1
cb581c9 is described below

commit cb581c9357bf667fc289386401c2f3f5a8395e25
Author: hrsakai <hs...@yahoo-corp.jp>
AuthorDate: Mon Sep 13 15:40:44 2021 +0900

    1.3.1-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 0bf02e3..2aa0e7b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.3.0",
+  "version": "1.3.1-rc.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index d656e1c..fd16594 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.3.0",
+  "version": "1.3.1-rc.1",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "types": "index.d.ts",