From 4d0b4adeea2c780a3376e6d04672c334ea7b43cb Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:52:38 +0100 Subject: [PATCH] PubNub js 0.9.1 release. --- .pubnub.yml | 11 ++++++++--- js-chat/package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 3c4eca9f..7e14a66e 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,5 +1,5 @@ name: kmp-chat -version: 0.9.0 +version: 0.9.1 schema: 1 scm: github.com/pubnub/kmp-chat sdks: @@ -21,8 +21,8 @@ sdks: - distribution-type: library distribution-repository: maven - package-name: pubnub-chat-0.9.0 - location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.0/ + package-name: pubnub-chat-0.9.1 + location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.1/ supported-platforms: supported-operating-systems: Android: @@ -77,6 +77,11 @@ sdks: license-url: https://github.com/pubnub/kotlin/blob/master/LICENSE is-required: Required changelog: + - date: 2024-12-04 + version: 0.9.1 + changes: + - type: feature + text: "Lock moderated messages from editing." - date: 2024-11-06 version: v0.9.0 changes: diff --git a/js-chat/package.json b/js-chat/package.json index 953d2cc1..a3282655 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.0", + "version": "0.9.1", "name": "@pubnub/chat", "dependencies": { "pubnub": "8.2.8",