Skip to content

Commit 27a789a

Browse files
author
Max Presman
committed
Merge branch 'develop'
2 parents 4345c93 + 12c8509 commit 27a789a

File tree

22 files changed

+546
-908
lines changed

22 files changed

+546
-908
lines changed

.pubnub.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: javascript
2-
version: 4.16.1
2+
version: 4.16.2
33
schema: 1
44
scm: github.com/pubnub/javascript
55
files:
66
- dist/web/pubnub.js
77
- dist/web/pubnub.min.js
88
changelog:
9+
- version: v4.16.2
10+
date: 2017-10-19
11+
changes:
12+
- type: bug
13+
text: fix UUID library to work in browsers.
914
- version: v4.16.1
1015
date: 2017-10-12
1116
changes:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
## [v4.16.2](https://github.com/pubnub/javascript/tree/v4.16.2)
3+
October-19-2017
4+
5+
6+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.16.1...v4.16.2)
7+
8+
9+
10+
- 🐛fix UUID library to work in browsers.
11+
12+
213
## [v4.16.1](https://github.com/pubnub/javascript/tree/v4.16.1)
314
October-12-2017
415

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
1919
- If you **need help** or have a **general question**, contact <[email protected]>
2020

2121
## CDN Links
22-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.1.min.js
23-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.1.js
22+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.2.min.js
23+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.2.js

0 commit comments

Comments
 (0)