Skip to content

Commit 0b9b59d

Browse files
author
Max Presman
committed
fix up changelog
1 parent 13de5cb commit 0b9b59d

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

.pubnub.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ files:
66
- dist/web/pubnub.js
77
- dist/web/pubnub.min.js
88
changelog:
9-
- version: v4.13.0
9+
- version: v4.15.0
1010
date:
1111
changes:
1212
- type: improvement
13-
text: fix issue with where now and invalid server response
13+
text: Support optional message deduping via the dedupeOnSubscribe config
1414
- type: improvement
15-
text: fix issue with here now and invalid server response
15+
text: Do not issue leave events if the channel mix is empty.
1616
- version: v4.14.0
1717
date:
1818
changes:
@@ -23,6 +23,10 @@ changelog:
2323
changes:
2424
- type: improvement
2525
text: patch up 503 reporting
26+
- type: improvement
27+
text: fix issue with where now and invalid server response
28+
- type: improvement
29+
text: fix issue with here now and invalid server response
2630
- version: v4.12.0
2731
date:
2832
changes:

CHANGELOG.md

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

2+
## [v4.15.0](https://github.com/pubnub/javascript/tree/v4.15.0)
3+
4+
5+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.14.0...v4.15.0)
6+
7+
8+
- ⭐Support optional message deduping via the dedupeOnSubscribe config
9+
10+
11+
- ⭐Do not issue leave events if the channel mix is empty.
12+
13+
14+
215
## [v4.14.0](https://github.com/pubnub/javascript/tree/v4.14.0)
316

417

@@ -18,6 +31,12 @@
1831
- ⭐patch up 503 reporting
1932

2033

34+
- ⭐fix issue with where now and invalid server response
35+
36+
37+
- ⭐fix issue with here now and invalid server response
38+
39+
2140

2241
## [v4.12.0](https://github.com/pubnub/javascript/tree/v4.12.0)
2342

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090
"engine": {
9191
"node": ">=0.8"
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)