Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wang committed Mar 30, 2020
1 parent 6198455 commit a27a7ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v8.0.1 (2020-03-30)

#### :bug: Bug Fix
* [#478](https://github.com/ember-cli/ember-fetch/pull/478) Bump broccoli-concat to pick up transitive dependency fix ([@stefanpenner](https://github.com/stefanpenner))

#### :house: Internal
* [#479](https://github.com/ember-cli/ember-fetch/pull/479) Bump broccoli-merge-trees ([@xg-wang](https://github.com/xg-wang))

#### Committers: 3
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v8.0.0 (2020-03-29)

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

0 comments on commit a27a7ca

Please sign in to comment.