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/17 04:13:18 UTC

[pulsar-client-node] branch branch-1.3 updated: 1.3.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 c7addc7  1.3.1
c7addc7 is described below

commit c7addc71fe3f6e28201b76057525509674968ed3
Author: hrsakai <hs...@yahoo-corp.jp>
AuthorDate: Mon Sep 13 16:13:28 2021 +0900

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