From df616485820bd28013298023396434ff25162e34 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 14 Nov 2019 09:13:58 +0100 Subject: [PATCH] v0.8.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299fb5d..63cb4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6954368..ec2dc5e 100644 --- a/package.json +++ b/package.json @@ -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",