Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 14, 2019
1 parent 1965e8e commit df61648
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Changelog

## v0.8.1 (2019-11-14)

#### :bug: Bug Fix
* [#57](https://github.com/RuslanZavacky/ember-cli-ifa/pull/57) Fix FastBoot support ([@mansona](https://github.com/mansona))

#### :house: Internal
* [#73](https://github.com/RuslanZavacky/ember-cli-ifa/pull/73) Modernise and fix fastboot tests ([@Turbo87](https://github.com/Turbo87))
* [#68](https://github.com/RuslanZavacky/ember-cli-ifa/pull/68) Simplify acceptance test ([@Turbo87](https://github.com/Turbo87))
* [#65](https://github.com/RuslanZavacky/ember-cli-ifa/pull/65) Use prettier to format JS code ([@Turbo87](https://github.com/Turbo87))
* [#64](https://github.com/RuslanZavacky/ember-cli-ifa/pull/64) Add dependabot config file ([@Turbo87](https://github.com/Turbo87))
* [#58](https://github.com/RuslanZavacky/ember-cli-ifa/pull/58) Replace `ember-cli-eslint` with regular ESLint ([@Turbo87](https://github.com/Turbo87))
* [#55](https://github.com/RuslanZavacky/ember-cli-ifa/pull/55) Update `.npmignore` file ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v0.8.0 (2019-10-23)

#### :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-cli-ifa",
"version": "0.8.0",
"version": "0.8.1",
"description": "Inject fingerprinted assetMap.json file into your app and provide initializer, service, and helper to dynamically reference fingerprinted assets.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit df61648

Please sign in to comment.