From a8fec77e68c76e199f255c1e65a0199942c680bf Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:22:33 +0000 Subject: [PATCH] PubNub SDK v0.8.0 release. --- .pubnub.yml | 7 ++++++- lib/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 4057588..1ba54a6 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -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: diff --git a/lib/package.json b/lib/package.json index f3cfca9..9f7644c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@pubnub/chat", - "version": "0.7.3", + "version": "0.8.0", "description": "PubNub JavaScript Chat SDK", "author": "PubNub ", "license": "SEE LICENSE IN LICENSE",