Skip to content

Commit

Permalink
PubNub js 0.11.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jan 30, 2025
1 parent 4674c31 commit 8a3489e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
GROUP=com.pubnub
POM_PACKAGING=jar
VERSION_NAME=0.11.2
VERSION_NAME=0.11.3

POM_NAME=PubNub Chat SDK
POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application.
Expand Down
7 changes: 6 additions & 1 deletion js-chat/.pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: pubnub-js-chat
version: 0.11.2
version: 0.11.3
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2025-01-30
version: 0.11.3
changes:
- type: bug
text: "When using the CustomPayloads configuration option in JS, allow the user to specify custom keys and preserve them when receiving messages."
- date: 2025-01-30
version: 0.11.2
changes:
Expand Down
2 changes: 1 addition & 1 deletion js-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"react-native": "dist/index.es.js",
"version": "0.11.2",
"version": "0.11.3",
"name": "@pubnub/chat",
"dependencies": {
"pubnub": "8.6.0",
Expand Down

0 comments on commit 8a3489e

Please sign in to comment.