diff --git a/.pubnub.yml b/.pubnub.yml index 6135e877f..da111ca31 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -18,7 +18,7 @@ changelog: text: integrate fetch for react-native SDK - type: improvement text: announce when subscription get reactivated - - type: fix + - type: improvement text: stop heartbeats for responses with status PNBadRequestCategory - version: v4.8.0 date: diff --git a/CHANGELOG.md b/CHANGELOG.md index a584436e7..000a975df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + ## [v4.9.1](https://github.com/pubnub/javascript/tree/v4.9.1) @@ -7,6 +8,7 @@ + ## [v4.9.0](https://github.com/pubnub/javascript/tree/v4.9.0) @@ -14,9 +16,12 @@ - 🌟integrate fetch for react-native SDK -- 🌟announce when subscription get reactivated -- 🐛stop heartbeats for responses with status PNBadRequestCategory + +- ⭐announce when subscription get reactivated + + +- ⭐stop heartbeats for responses with status PNBadRequestCategory @@ -29,6 +34,7 @@ + ## [v4.7.0](https://github.com/pubnub/javascript/tree/v4.7.0) @@ -36,8 +42,11 @@ - 🌟add support for titanium SDK + + - ⭐fix support for react-native SDK + - ⭐add validation for web distribution diff --git a/package.json b/package.json index 978e414d9..18593e7ba 100644 --- a/package.json +++ b/package.json @@ -92,4 +92,4 @@ "engine": { "node": ">=0.8" } -} +} \ No newline at end of file