Skip to content

Commit 0c7f434

Browse files
committed
Released v6.2.0 🎉
1 parent 13ae22f commit 0c7f434

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## v6.1.1 (2018-11-16)
413

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

0 commit comments

Comments
 (0)