diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b66d26..48c61c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.5.2 +- [BUG FIX] Add missing .class in lookupFactory +- [ENHANCEMENT] Safer deployment configuration override + +# 0.5.1 +- [ENHANCEMENT] Fix deprecation for lookupFactory + # 0.5.0 - [ENHANCEMENT] Ability to include asset map contents at build time (@simonihmig) diff --git a/package.json b/package.json index 6bf735e..a044529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-ifa", - "version": "0.5.1", + "version": "0.5.2", "description": "Inject fingerprinted assetMap.json file into your app and provide initializer, service, and helper to dynamically reference fingerprinted assets.", "directories": { "doc": "doc",