Skip to content

Commit

Permalink
Release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Aug 10, 2020
1 parent 4f266b6 commit 15f7f9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v8.0.2 (2020-08-10)

#### :bug: Bug Fix
* [#552](https://github.com/ember-cli/ember-fetch/pull/552) Fix whatwg-fetch 3.4 global object name change compatibility ([@xg-wang](https://github.com/xg-wang))

#### :memo: Documentation
* [#517](https://github.com/ember-cli/ember-fetch/pull/517) Remove mentioning ajax from readme ([@xg-wang](https://github.com/xg-wang))

#### :house: Internal
* [#548](https://github.com/ember-cli/ember-fetch/pull/548) Re-roll yarn.lock file. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Logan Rosen ([@loganrosen](https://github.com/loganrosen))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))

## v8.0.1 (2020-03-30)

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

0 comments on commit 15f7f9d

Please sign in to comment.