Skip to content

Commit 23a7a65

Browse files
author
Robert Jackson
committed
Release v8.1.0
1 parent 1684f2f commit 23a7a65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v8.1.0 (2021-06-15)
2+
3+
#### :rocket: Enhancement
4+
* [#623](https://github.com/ember-cli/ember-fetch/pull/623) Allow to use native promises instead of RSVP ([@mydea](https://github.com/mydea))
5+
6+
#### Committers: 1
7+
- Francesco Novy ([@mydea](https://github.com/mydea))
8+
19
## v8.0.5 (2021-06-02)
210

311
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-fetch",
3-
"version": "8.0.5",
3+
"version": "8.1.0",
44
"description": "HTML5 Fetch polyfill (as an ember-addon)",
55
"typings": "./index.d.ts",
66
"keywords": [

0 commit comments

Comments
 (0)