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 13ae22f commit 0c7f434Copy full SHA for 0c7f434
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v6.2.0 (2018-11-16)
4
+
5
+#### :rocket: Enhancement
6
+* [#143](https://github.com/ember-cli/ember-fetch/pull/143) Enable Fastboot relative URL ([@xg-wang](https://github.com/xg-wang))
7
8
+#### Committers: 1
9
+- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
10
11
12
## v6.1.1 (2018-11-16)
13
14
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-fetch",
- "version": "6.1.1",
+ "version": "6.2.0",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
0 commit comments