Skip to content

Commit

Permalink
PubNub SDK v0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jul 31, 2024
1 parent 1fcde0b commit a8fec77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
name: pubnub-js-chat
version: v0.7.3
version: v0.8.0
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2024-07-31
version: v0.8.0
changes:
- type: feature
text: "Message report events are now sent to a moderation sub-channel. Methods for user reporting and message reporting to a global admin channel are now deprecated and renamed with a DEPRECATED_ prefix."
- date: 2024-06-18
version: v0.7.3
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.7.3",
"version": "0.8.0",
"description": "PubNub JavaScript Chat SDK",
"author": "PubNub <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit a8fec77

Please sign in to comment.