Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Nov 28, 2019
1 parent 231f20d commit e525762
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v7.0.0 (2019-11-28)

#### :boom: Breaking Change
* [#292](https://github.com/ember-cli/ember-fetch/pull/292) Added a check to enforce top-level dependency #290. ([@dnalagatla](https://github.com/dnalagatla))
* [#348](https://github.com/ember-cli/ember-fetch/pull/348) Bump deps, drop node 6 ([@xg-wang](https://github.com/xg-wang))

#### :memo: Documentation
* [#405](https://github.com/ember-cli/ember-fetch/pull/405) Add release-it ([@xg-wang](https://github.com/xg-wang))
* [#399](https://github.com/ember-cli/ember-fetch/pull/399) Add section to the README for deprecations ([@locks](https://github.com/locks))

#### :house: Internal
* [#405](https://github.com/ember-cli/ember-fetch/pull/405) Add release-it ([@xg-wang](https://github.com/xg-wang))

#### Committers: 4
- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla))
- Ricardo Mendes ([@locks](https://github.com/locks))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v6.7.2 (2019-11-03)

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

0 comments on commit e525762

Please sign in to comment.