Skip to content

Commit 3b8e4ad

Browse files
committed
Released v6.2.1 🎉
1 parent 1c7ff64 commit 3b8e4ad

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.1 (2018-11-27)
4+
5+
#### :rocket: Bug Fix
6+
* [#137](https://github.com/ember-cli/ember-fetch/pull/137) Use package name of AbortController polyfill in whitelisted dependencies ([@bobisjan](https://github.com/bobisjan))
7+
8+
#### Committers: 1
9+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
10+
11+
312
## v6.2.0 (2018-11-16)
413

514
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)