Skip to content

Commit

Permalink
PubNub js 0.9.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Dec 19, 2024
1 parent 5bd688f commit b89eac0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion js-chat/.pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
---
name: pubnub-js-chat
version: 0.9.2
version: 0.9.4
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2024-12-19
version: 0.9.4
changes:
- type: bug
text: "Crash when using `sort` parameter in various methods."
- type: bug
text: "GetChannels incorrectly returning an object with `users` property instead of `channels`."
- date: 2024-12-12
version: 0.9.2
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.2",
"version": "0.9.4",
"name": "@pubnub/chat",
"dependencies": {
"pubnub": "8.2.8",
Expand Down

0 comments on commit b89eac0

Please sign in to comment.