Skip to content

Commit af2cbbc

Browse files
committed
v6.4.0
1 parent 029cc6f commit af2cbbc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 6.4.0 (2018-12-19)
4+
5+
#### :rocket: Enhancement
6+
* [#173](https://github.com/ember-cli/ember-fetch/pull/173) Do not include polyfill if browser targets don't need it ([@mydea](https://github.com/mydea))
7+
8+
#### Committers: 1
9+
- Francesco Novy ([@mydea](https://github.com/mydea))
10+
11+
312
## 6.3.1 (2018-12-13)
413

514
#### :rocket: Enhancement
@@ -8,11 +17,13 @@
817
#### Committers: 1
918
- Matthew Irish ([@meirish](https://github.com/meirish))
1019

20+
1121
## v6.3.0 (2018-12-07)
1222

1323
* Support POST body of all valid types
1424
* Only set default Content-Type header in adapter mixin
1525

26+
1627
## v6.2.3 (2018-12-07)
1728

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

0 commit comments

Comments
 (0)