Skip to content

Commit

Permalink
v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Dec 19, 2018
1 parent 029cc6f commit af2cbbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 6.4.0 (2018-12-19)

#### :rocket: Enhancement
* [#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))

#### Committers: 1
- Francesco Novy ([@mydea](https://github.com/mydea))


## 6.3.1 (2018-12-13)

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


## v6.3.0 (2018-12-07)

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


## v6.2.3 (2018-12-07)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-fetch",
"version": "6.3.1",
"version": "6.4.0",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
Expand Down

0 comments on commit af2cbbc

Please sign in to comment.