Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2018-09-03)

### Bug Fixes

* **fetch:** abort all concurrent requests on reconnect ([b011725](b011725))
* **fetch:** add no-cache header to reconnect requests ([c154c47](c154c47))
* **fetch:** import AbortController from lib ([73bee11](73bee11))
* **service:** prevent exception on service destroy ([2fad84d](2fad84d))
  • Loading branch information
semantic-release-bot committed Sep 3, 2018
1 parent 3911507 commit 44c4c19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [2.1.1](https://github.com/BBVAEngineering/ember-network-state/compare/v2.1.0...v2.1.1) (2018-09-03)


### Bug Fixes

* **fetch:** abort all concurrent requests on reconnect ([b011725](https://github.com/BBVAEngineering/ember-network-state/commit/b011725))
* **fetch:** add no-cache header to reconnect requests ([c154c47](https://github.com/BBVAEngineering/ember-network-state/commit/c154c47))
* **fetch:** import AbortController from lib ([73bee11](https://github.com/BBVAEngineering/ember-network-state/commit/73bee11))
* **service:** prevent exception on service destroy ([2fad84d](https://github.com/BBVAEngineering/ember-network-state/commit/2fad84d))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-network-state",
"version": "0.0.0-development",
"version": "2.1.1",
"description": "Check and react on network state of your progressive web app",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 44c4c19

Please sign in to comment.