Skip to content

Commit

Permalink
Release v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 15, 2021
1 parent 1684f2f commit 23a7a65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v8.1.0 (2021-06-15)

#### :rocket: Enhancement
* [#623](https://github.com/ember-cli/ember-fetch/pull/623) Allow to use native promises instead of RSVP ([@mydea](https://github.com/mydea))

#### Committers: 1
- Francesco Novy ([@mydea](https://github.com/mydea))

## v8.0.5 (2021-06-02)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-fetch",
"version": "8.0.5",
"version": "8.1.0",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
Expand Down

0 comments on commit 23a7a65

Please sign in to comment.