Skip to content

Commit 805cfff

Browse files
Releasing v4.29.2
1 parent 6f43922 commit 805cfff

File tree

12 files changed

+31
-19
lines changed

12 files changed

+31
-19
lines changed

.pubnub.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Move @babel/runtime to runtime dependency."
7+
type: bug
8+
date: 2020-08-05
9+
version: v4.29.2
310
-
411
changes:
512
-
@@ -888,4 +895,4 @@ supported-platforms:
888895
- "Ubuntu 14.04 and up"
889896
- "Windows 7 and up"
890897
version: "Pubnub Javascript for Node"
891-
version: "4.29.1"
898+
version: "4.29.2"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v4.29.2](https://github.com/pubnub/javascript/releases/tag/v4.29.2)
2+
August-05-2020
3+
4+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.29.1...v4.29.2)
5+
6+
- 🐛 Move @babel/runtime to runtime dependency.
7+
18
## [v4.29.1](https://github.com/pubnub/javascript/releases/tag/v4.29.1)
29
August-04-2020
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
2222

2323

2424

25-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.1.min.js
26-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.1.js
25+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.2.min.js
26+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.2.js

dist/titanium/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 4.29.1 / Consumer */
1+
/*! 4.29.2 / Consumer */
22
exports["PubNub"] =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache
@@ -566,7 +566,7 @@ var _default = function () {
566566
}, {
567567
key: "getVersion",
568568
value: function getVersion() {
569-
return '4.29.1';
569+
return '4.29.2';
570570
}
571571
}, {
572572
key: "_addPnsdkSuffix",

dist/titanium/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 4.29.1 / Consumer */
1+
/*! 4.29.2 / Consumer */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -576,7 +576,7 @@ var _default = function () {
576576
}, {
577577
key: "getVersion",
578578
value: function getVersion() {
579-
return '4.29.1';
579+
return '4.29.2';
580580
}
581581
}, {
582582
key: "_addPnsdkSuffix",

dist/web/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "4.29.1",
3+
"version": "4.29.2",
44
"author": "PubNub <support@pubnub.com>",
55
"description": "Publish & Subscribe Real-time Messaging with PubNub",
66
"bin": {},
@@ -37,6 +37,7 @@
3737
"messaging"
3838
],
3939
"dependencies": {
40+
"@babel/runtime": "^7.10.5",
4041
"agentkeepalive": "^3.5.2",
4142
"cbor-js": "^0.1.0",
4243
"cbor-sync": "^1.0.4",
@@ -58,7 +59,6 @@
5859
"@babel/polyfill": "^7.8.7",
5960
"@babel/preset-env": "^7.7.7",
6061
"@babel/register": "^7.7.7",
61-
"@babel/runtime": "^7.10.5",
6262
"babel-eslint": "^10.0.3",
6363
"babel-loader": "^8.0.6",
6464
"babel-plugin-add-module-exports": "^1.0.2",

src/core/components/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default class {
307307
}
308308

309309
getVersion(): string {
310-
return '4.29.1';
310+
return '4.29.2';
311311
}
312312

313313
_addPnsdkSuffix(name: string, suffix: string) {

0 commit comments

Comments
 (0)