Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 27, 2019
1 parent 4257d1b commit c7842a9
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,5 +1,25 @@
# Changelog

## v0.9.0 (2019-11-27)

#### :boom: Breaking Change
* [#81](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/81) Drop support for Node 6 ([@Turbo87](https://github.com/Turbo87))

#### :rocket: Enhancement
* [#100](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/100) Show warning for missing `<meta>` tag ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#99](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/99) README: Fix spelling mistake ([@Alonski](https://github.com/Alonski))

#### :house: Internal
* [#80](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/80) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))
* [#79](https://github.com/adopted-ember-addons/ember-cli-ifa/pull/79) Adjust `.npmignore` file ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Alon Bukai ([@Alonski](https://github.com/Alonski))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


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

#### :bug: Bug Fix
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.1",
"version": "0.9.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 c7842a9

Please sign in to comment.