From c31108963c836b387e3d9ba7cad4bef5b7658af0 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Wed, 10 Jun 2020 15:00:14 +0100 Subject: [PATCH] v0.10.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb5858..3e7cf1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.10.0 (2020-06-10) + +#### :boom: Breaking Change +* Update minimum supported Node.js version to 10 + +#### :bug: Bug Fix +* [#176](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/176) Fix error - Inject empty meta tag when addon not enabled ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* [#101](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/101) Simplify `assetMapString` condition ([@Turbo87](https://github.com/Turbo87)) +* [#177](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/177) Update using ember-cli-update ([@mansona](https://github.com/mansona)) + +#### Committers: 3 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) +- abhilashlr ([@abhilashlr](https://github.com/abhilashlr)) + ## v0.9.0 (2019-11-27) #### :boom: Breaking Change diff --git a/package.json b/package.json index b28f9bd..bc7f38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-ifa", - "version": "0.9.0", + "version": "0.10.0", "description": "Inject fingerprinted assetMap.json file into your app and provide initializer, service, and helper to dynamically reference fingerprinted assets.", "directories": { "doc": "doc",