diff --git a/.pubnub.yml b/.pubnub.yml index 9f2be5b..85c101c 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,11 +1,20 @@ --- name: pubnub-js-chat -version: v0.4.0 +version: v0.5.0 scm: github.com/pubnub/js-chat schema: 1 files: - lib/dist/index.js changelog: + - date: 2023-12-14 + version: v0.5.0 + changes: + - type: feature + text: "Add "restore" method to the Message entity." + - type: feature + text: "Add "reason" for user restrictions." + - type: feature + text: "Muted | banned | lifted)." - date: 2023-12-06 version: v0.4.0 changes: diff --git a/lib/package.json b/lib/package.json index 2805e08..591fa01 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@pubnub/chat", - "version": "0.4.0", + "version": "0.5.0", "description": "PubNub JavaScript Chat SDK", "author": "PubNub ", "license": "SEE LICENSE IN LICENSE",