diff --git a/.pubnub.yml b/.pubnub.yml index 8c996fd..e05ef97 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,11 +1,18 @@ --- name: pubnub-js-chat -version: v0.8.3 +version: v0.8.4 scm: github.com/pubnub/js-chat schema: 1 files: - lib/dist/index.js changelog: + - date: 2024-11-26 + version: v0.8.4 + changes: + - type: feature + text: "Lock messages from being edited." + - type: feature + text: "Remove reactions list if everyone removed them." - date: 2024-11-15 version: v0.8.3 changes: diff --git a/lib/package.json b/lib/package.json index c77b5ba..9696a9f 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@pubnub/chat", - "version": "0.8.3", + "version": "0.8.4", "description": "PubNub JavaScript Chat SDK", "author": "PubNub ", "license": "SEE LICENSE IN LICENSE",