Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Trigger 0.9.2 release #145

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri Dec 6 12:48:39 CET 2024
Thu Dec 12 23:36:41 CET 2024
17 changes: 16 additions & 1 deletion js-chat/.pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
---
name: pubnub-js-chat
version: 0.9.1
version: 0.9.2
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2024-12-12
version: 0.9.2
changes:
- type: feature
text: "MessageDraftV2 format to match other platforms Chat SDKs."
- type: feature
text: "Lock moderated messages from editing."
- type: bug
text: "Wrong user suggestion source for message draft created on ThreadChannel."
- type: bug
text: "Wrong type of last user activity time stored on server (precision)."
- type: bug
text: "Remove usage of `crypto` global (which required a polyfill)."
- type: improvement
text: "Moderation events are now sent to a channel prefixed with PUBNUB_INTERNAL_MODERATION."
- date: 2024-12-07
version: 0.9.1
changes:
Expand Down
2 changes: 1 addition & 1 deletion js-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"react-native": "dist/index.es.js",
"version": "0.9.1",
"version": "0.9.2",
"name": "@pubnub/chat",
"dependencies": {
"pubnub": "8.2.8",
Expand Down
Loading