Skip to content

Commit

Permalink
feat(lib): bump JS SDK version (#174)
Browse files Browse the repository at this point in the history
* feat(lib): bump JS SDK version

* PubNub SDK v0.8.1 release.

---------

Co-authored-by: PubNub Release Bot <[email protected]>
  • Loading branch information
Salet and pubnub-release-bot authored Aug 1, 2024
1 parent 540c5ef commit 05eb006
Show file tree
Hide file tree
Showing 3 changed files with 2,747 additions and 73 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
name: pubnub-js-chat
version: v0.8.0
version: v0.8.1
scm: github.com/pubnub/js-chat
schema: 1
files:
- lib/dist/index.js
changelog:
- date: 2024-08-01
version: v0.8.1
changes:
- type: feature
text: "Bump JS SDK version to 8.2.7."
- date: 2024-07-31
version: v0.8.0
changes:
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubnub/chat",
"version": "0.8.0",
"version": "0.8.1",
"description": "PubNub JavaScript Chat SDK",
"author": "PubNub <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/pubnub/js-chat#readme",
"dependencies": {
"pubnub": "8.2.3"
"pubnub": "8.2.7"
},
"devDependencies": {
"@babel/core": "7.22.15",
Expand Down
Loading

0 comments on commit 05eb006

Please sign in to comment.