Skip to content

Commit

Permalink
Releasing v4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Mar 30, 2021
1 parent b136dfe commit 844fae7
Show file tree
Hide file tree
Showing 31 changed files with 878 additions and 591 deletions.
12 changes: 11 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---
changelog:
-
changes:
-
text: "Add random initialization vector."
type: feature
-
text: "Add custom origin domain sharding handling."
type: feature
date: 2021-03-30
version: v4.30.0
-
changes:
-
Expand Down Expand Up @@ -1013,4 +1023,4 @@ supported-platforms:
- "Ubuntu 14.04 and up"
- "Windows 7 and up"
version: "Pubnub Javascript for Node"
version: "4.29.11"
version: "4.30.0"
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v4.30.0](https://github.com/pubnub/javascript/releases/tag/v4.30.0)
March-30-2021

[Full Changelog](https://github.com/pubnub/javascript/compare/v4.29.11...v4.30.0)

- 🌟️ Add random initialization vector.
- 🌟️ Add custom origin domain sharding handling.

## [v4.29.11](https://github.com/pubnub/javascript/releases/tag/v4.29.11)
January-11-2021

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You will need the publish and subscribe keys to authenticate your app. Get your
npm install pubnub
```
* or download one of our builds from our CDN:
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.11.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.11.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.0.min.js
2. Configure your keys:
Expand Down
Loading

0 comments on commit 844fae7

Please sign in to comment.