Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Mar 29, 2020
1 parent 0607459 commit 9ccabaf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v8.0.0 (2020-03-29)

#### :boom: Breaking Change
* [#447](https://github.com/ember-cli/ember-fetch/pull/447) Remove ember-fetch/mixins/adapter-fetch ember-fetch/ajax, drop node 8 ([@stefanpenner](https://github.com/stefanpenner))

#### :memo: Documentation
* [#447](https://github.com/ember-cli/ember-fetch/pull/447) Remove ember-fetch/mixins/adapter-fetch ember-fetch/ajax, drop node 8 ([@stefanpenner](https://github.com/stefanpenner))

#### Committers: 2
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))

## v7.1.0 (2020-03-28)

#### :rocket: Enhancement
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": "7.1.0",
"version": "8.0.0",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
Expand Down

0 comments on commit 9ccabaf

Please sign in to comment.