Skip to content

Commit e525762

Browse files
committed
Release 7.0.0
1 parent 231f20d commit e525762

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v7.0.0 (2019-11-28)
2+
3+
#### :boom: Breaking Change
4+
* [#292](https://github.com/ember-cli/ember-fetch/pull/292) Added a check to enforce top-level dependency #290. ([@dnalagatla](https://github.com/dnalagatla))
5+
* [#348](https://github.com/ember-cli/ember-fetch/pull/348) Bump deps, drop node 6 ([@xg-wang](https://github.com/xg-wang))
6+
7+
#### :memo: Documentation
8+
* [#405](https://github.com/ember-cli/ember-fetch/pull/405) Add release-it ([@xg-wang](https://github.com/xg-wang))
9+
* [#399](https://github.com/ember-cli/ember-fetch/pull/399) Add section to the README for deprecations ([@locks](https://github.com/locks))
10+
11+
#### :house: Internal
12+
* [#405](https://github.com/ember-cli/ember-fetch/pull/405) Add release-it ([@xg-wang](https://github.com/xg-wang))
13+
14+
#### Committers: 4
15+
- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla))
16+
- Ricardo Mendes ([@locks](https://github.com/locks))
17+
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
18+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
19+
120
## v6.7.2 (2019-11-03)
221

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

0 commit comments

Comments
 (0)