Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 10, 2020
1 parent e6e0ce2 commit c311089
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down

0 comments on commit c311089

Please sign in to comment.