Skip to content

Commit 2f1c1b4

Browse files
PubNub JS Chat SDK 0.11.7 release (#181)
* Add missing `version` and `auth_method` fields in APNS payload * PubNub js 0.11.7 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 2deeea5 commit 2f1c1b4

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-
Fri Dec 20 15:02:32 CET 2024
1+
Wed Mar 11 17:02:32 CET 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.11.2
13+
VERSION_NAME=0.11.7
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,10 +1,15 @@
11
name: pubnub-js-chat
2-
version: 0.11.6
2+
version: 0.11.7
33
scm: github.com/pubnub/js-chat
44
schema: 1
55
files:
66
- lib/dist/index.js
77
changelog:
8+
- date: 2025-03-12
9+
version: 0.11.7
10+
changes:
11+
- type: bug
12+
text: "Add missing `version` and `auth_method` fields in APNS payload."
813
- date: 2025-02-24
914
version: 0.11.6
1015
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.11.6",
43+
"version": "0.11.7",
4444
"name": "@pubnub/chat",
4545
"dependencies": {
4646
"pubnub": "8.6.0",

0 commit comments

Comments
 (0)