Skip to content

Commit

Permalink
Release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfurniss committed Aug 5, 2021
1 parent e66d21f commit d798339
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v8.1.1 (2021-08-05)

#### :rocket: Enhancement
* [#636](https://github.com/ember-cli/ember-fetch/pull/636) Replace console.warn with Ember.debug ([@nlfurniss](https://github.com/nlfurniss))

#### :house: Internal
* [#637](https://github.com/ember-cli/ember-fetch/pull/637) Move CI testing to Github ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 2
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v8.1.0 (2021-06-15)

#### :rocket: Enhancement
Expand Down Expand Up @@ -140,7 +152,7 @@
g-wang))

#### Committers: 1
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))

## v6.7.1 (2019-09-12)

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

0 comments on commit d798339

Please sign in to comment.