We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dba12 commit 8c10298Copy full SHA for 8c10298
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v8.0.5 (2021-06-02)
2
+
3
+#### :bug: Bug Fix
4
+* [#620](https://github.com/ember-cli/ember-fetch/pull/620) Fix ember global ([@chancancode](https://github.com/chancancode))
5
6
+#### Committers: 1
7
+- Godfrey Chan ([@chancancode](https://github.com/chancancode))
8
9
## v8.0.4 (2021-01-18)
10
11
#### :house: Internal
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-fetch",
- "version": "8.0.4",
+ "version": "8.0.5",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
0 commit comments