Skip to content

Commit

Permalink
[JS] Trigger release 0.9.5 (#153)
Browse files Browse the repository at this point in the history
* fix: Make setRestrictions work with Enforce referential integrity for memberships enabled on keyset

* PubNub js 0.9.5 release.

---------

Co-authored-by: PubNub Release Bot <[email protected]>
  • Loading branch information
wkal-pubnub and pubnub-release-bot authored Dec 20, 2024
1 parent 293b394 commit 03aeb48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Dec 12 23:36:41 CET 2024
Fri Dec 20 15:02:32 CET 2024
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.9.4
VERSION_NAME=0.9.5

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,11 +1,16 @@
---
name: pubnub-js-chat
version: 0.9.4
version: 0.9.5
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2024-12-20
version: 0.9.5
changes:
- type: bug
text: "Make setRestrictions work with Enforce referential integrity for memberships enabled on keyset."
- date: 2024-12-19
version: 0.9.4
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 @@ -41,7 +41,7 @@
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"react-native": "dist/index.es.js",
"version": "0.9.4",
"version": "0.9.5",
"name": "@pubnub/chat",
"dependencies": {
"pubnub": "8.2.8",
Expand Down

0 comments on commit 03aeb48

Please sign in to comment.