From 4583a99fc93eb858a9e941a9e7bc5654da9df482 Mon Sep 17 00:00:00 2001 From: Ruslan Zavacky Date: Wed, 31 May 2017 10:12:24 +0100 Subject: [PATCH] 0.5.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65ce11..7b66d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.5.0 +- [ENHANCEMENT] Ability to include asset map contents at build time (@simonihmig) + # 0.4.0 - [ENHANCEMENT] If there is no asset map file, set variable (__assetMapFilename__) to null (@andreasschacht) - [BUG FIX] Replace __asset_map_placeholder__ in tests/index.html as well (@trek) diff --git a/package.json b/package.json index 597da0d..0a88f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-ifa", - "version": "0.4.1", + "version": "0.5.0", "description": "Inject fingerprinted assetMap.json file into your app and provide initializer, service, and helper to dynamically reference fingerprinted assets.", "directories": { "doc": "doc",