From 03aeb481c37d98b32c59ca47ae2e66bcec9a1f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Kalici=C5=84ski?= <146713236+wkal-pubnub@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:45:15 +0100 Subject: [PATCH] [JS] Trigger release 0.9.5 (#153) * 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 <120067856+pubnub-release-bot@users.noreply.github.com> --- RELEASE | 2 +- gradle.properties | 2 +- js-chat/.pubnub.yml | 7 ++++++- js-chat/package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/RELEASE b/RELEASE index 4ecbdd87..9e4a38fd 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -Thu Dec 12 23:36:41 CET 2024 +Fri Dec 20 15:02:32 CET 2024 diff --git a/gradle.properties b/gradle.properties index 43ca26ae..7adc8ee9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. diff --git a/js-chat/.pubnub.yml b/js-chat/.pubnub.yml index a23645c3..2c0d5f50 100644 --- a/js-chat/.pubnub.yml +++ b/js-chat/.pubnub.yml @@ -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: diff --git a/js-chat/package.json b/js-chat/package.json index 5f8eb84a..8f0e78f7 100644 --- a/js-chat/package.json +++ b/js-chat/package.json @@ -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",