From cc2c172a119d269f15d77f1085a0bd80c68ed34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Kalici=C5=84ski?= <146713236+wkal-pubnub@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:20:39 +0100 Subject: [PATCH] [JS] Trigger 0.9.2 release (#145) PubNub js 0.9.2 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> --- RELEASE | 2 +- js-chat/.pubnub.yml | 17 ++++++++++++++++- js-chat/package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index c3975ca9..4ecbdd87 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -Fri Dec 6 12:48:39 CET 2024 +Thu Dec 12 23:36:41 CET 2024 diff --git a/js-chat/.pubnub.yml b/js-chat/.pubnub.yml index cb44bef4..44fcecff 100644 --- a/js-chat/.pubnub.yml +++ b/js-chat/.pubnub.yml @@ -1,11 +1,26 @@ --- name: pubnub-js-chat -version: 0.9.1 +version: 0.9.2 scm: github.com/pubnub/js-chat schema: 1 files: - lib/dist/index.js changelog: + - date: 2024-12-12 + version: 0.9.2 + changes: + - type: feature + text: "MessageDraftV2 format to match other platforms Chat SDKs." + - type: feature + text: "Lock moderated messages from editing." + - type: bug + text: "Wrong user suggestion source for message draft created on ThreadChannel." + - type: bug + text: "Wrong type of last user activity time stored on server (precision)." + - type: bug + text: "Remove usage of `crypto` global (which required a polyfill)." + - type: improvement + text: "Moderation events are now sent to a channel prefixed with PUBNUB_INTERNAL_MODERATION." - date: 2024-12-07 version: 0.9.1 changes: diff --git a/js-chat/package.json b/js-chat/package.json index a3282655..abf18f69 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.1", + "version": "0.9.2", "name": "@pubnub/chat", "dependencies": { "pubnub": "8.2.8",