Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pubnub/js-chat into CSK-465
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Dec 15, 2023
2 parents 0f4d40c + 0c12f3f commit d030d46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubnub/chat",
"version": "0.4.0",
"version": "0.5.0",
"description": "PubNub JavaScript Chat SDK",
"author": "PubNub <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit d030d46

Please sign in to comment.