Skip to content

Commit c40e435

Browse files
committed
Released v6.2.2 🎉
1 parent 814f012 commit c40e435

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

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

0 commit comments

Comments
 (0)