Skip to content

Commit

Permalink
fix up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Aug 21, 2017
1 parent 13de5cb commit 0b9b59d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ files:
- dist/web/pubnub.js
- dist/web/pubnub.min.js
changelog:
- version: v4.13.0
- version: v4.15.0
date:
changes:
- type: improvement
text: fix issue with where now and invalid server response
text: Support optional message deduping via the dedupeOnSubscribe config
- type: improvement
text: fix issue with here now and invalid server response
text: Do not issue leave events if the channel mix is empty.
- version: v4.14.0
date:
changes:
Expand All @@ -23,6 +23,10 @@ changelog:
changes:
- type: improvement
text: patch up 503 reporting
- type: improvement
text: fix issue with where now and invalid server response
- type: improvement
text: fix issue with here now and invalid server response
- version: v4.12.0
date:
changes:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## [v4.15.0](https://github.com/pubnub/javascript/tree/v4.15.0)


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


- ⭐Support optional message deduping via the dedupeOnSubscribe config


- ⭐Do not issue leave events if the channel mix is empty.



## [v4.14.0](https://github.com/pubnub/javascript/tree/v4.14.0)


Expand All @@ -18,6 +31,12 @@
- ⭐patch up 503 reporting


- ⭐fix issue with where now and invalid server response


- ⭐fix issue with here now and invalid server response



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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
"engine": {
"node": ">=0.8"
}
}
}

0 comments on commit 0b9b59d

Please sign in to comment.