From f0b6bcb872deb4936903b794242a95d35fdc3868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Kalici=C5=84ski?= Date: Fri, 20 Dec 2024 15:02:54 +0100 Subject: [PATCH 1/2] [JS] Trigger release 0.9.5 --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5c90b573a033bd1b5c473b2619e8f7a3047c302c Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:25:13 +0100 Subject: [PATCH 2/2] PubNub js 0.9.5 release. --- gradle.properties | 2 +- js-chat/.pubnub.yml | 7 ++++++- js-chat/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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",