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 814f012 commit c40e435Copy full SHA for c40e435
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v6.2.2 (2018-11-28)
4
+
5
+#### :bug: Bug Fix
6
+* [#172](https://github.com/ember-cli/ember-fetch/pull/172) Make configuration work in engines ([@mydea](https://github.com/mydea))
7
8
+#### Committers: 1
9
+- Francesco Novy ([@mydea](https://github.com/mydea))
10
11
12
## v6.2.1 (2018-11-27)
13
14
#### :rocket: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-fetch",
- "version": "6.2.1",
+ "version": "6.2.2",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
0 commit comments