Skip to content

Commit e35a84c

Browse files
PubNub SDK v0.8.4 release.
1 parent 28eceae commit e35a84c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.pubnub.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
---
22
name: pubnub-js-chat
3-
version: v0.8.3
3+
version: v0.8.4
44
scm: github.com/pubnub/js-chat
55
schema: 1
66
files:
77
- lib/dist/index.js
88
changelog:
9+
- date: 2024-11-26
10+
version: v0.8.4
11+
changes:
12+
- type: feature
13+
text: "Lock messages from being edited."
14+
- type: feature
15+
text: "Remove reactions list if everyone removed them."
916
- date: 2024-11-15
1017
version: v0.8.3
1118
changes:

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubnub/chat",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "PubNub JavaScript Chat SDK",
55
"author": "PubNub <support@pubnub.com>",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)