Skip to content

Commit 15f7f9d

Browse files
committed
Release 8.0.2
1 parent 4f266b6 commit 15f7f9d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v8.0.2 (2020-08-10)
2+
3+
#### :bug: Bug Fix
4+
* [#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))
5+
6+
#### :memo: Documentation
7+
* [#517](https://github.com/ember-cli/ember-fetch/pull/517) Remove mentioning ajax from readme ([@xg-wang](https://github.com/xg-wang))
8+
9+
#### :house: Internal
10+
* [#548](https://github.com/ember-cli/ember-fetch/pull/548) Re-roll yarn.lock file. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 3
13+
- Logan Rosen ([@loganrosen](https://github.com/loganrosen))
14+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
15+
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
16+
117
## v8.0.1 (2020-03-30)
218

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

0 commit comments

Comments
 (0)