Skip to content

Commit 698f3f4

Browse files
Added new APIs: addConnectionStatusListener, reconnectSubscriptions, disconnectSubscriptions (#202)
* PubNub js 0.14.0 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
1 parent cd116fd commit 698f3f4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Jul 21 14:01:07 CEST 2025
1+
Thu Jul 31 15:20:12 CEST 2025

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
1010
SONATYPE_AUTOMATIC_RELEASE=false
1111
GROUP=com.pubnub
1212
POM_PACKAGING=jar
13-
VERSION_NAME=0.15.0
13+
VERSION_NAME=0.14.0
1414

1515

1616
POM_NAME=PubNub Chat SDK

js-chat/.pubnub.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pubnub-js-chat
2-
version: 0.13.0
2+
version: 0.14.0
33
scm: github.com/pubnub/js-chat
44
schema: 1
55
files:
@@ -82,6 +82,11 @@ sdks:
8282
- 'Microsoft Edge 87.0.664.60"'
8383
- 'Safari 13.0'
8484
changelog:
85+
- date: 2025-07-31
86+
version: 0.14.0
87+
changes:
88+
- type: feature
89+
text: "AddConnectionStatusListener, reconnectSubscriptions, disconnectSubscriptions."
8590
- date: 2025-07-21
8691
version: 0.13.0
8792
changes:

js-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"module": "dist/index.es.js",
4141
"types": "dist/index.d.ts",
4242
"react-native": "dist/index.es.js",
43-
"version": "0.13.0",
43+
"version": "0.14.0",
4444
"name": "@pubnub/chat",
4545
"dependencies": {
4646
"pubnub": "9.8.1"

0 commit comments

Comments
 (0)