We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eceae commit e35a84cCopy full SHA for e35a84c
.pubnub.yml
@@ -1,11 +1,18 @@
1
---
2
name: pubnub-js-chat
3
-version: v0.8.3
+version: v0.8.4
4
scm: github.com/pubnub/js-chat
5
schema: 1
6
files:
7
- lib/dist/index.js
8
changelog:
9
+ - date: 2024-11-26
10
+ version: v0.8.4
11
+ changes:
12
+ - type: feature
13
+ text: "Lock messages from being edited."
14
15
+ text: "Remove reactions list if everyone removed them."
16
- date: 2024-11-15
17
version: v0.8.3
18
changes:
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 <support@pubnub.com>",
"license": "SEE LICENSE IN LICENSE",
0 commit comments