diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ac8b2c..0a62db71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v3.0.2 (2021-02-05) + +#### :rocket: Enhancement +* [#408](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/408) Make cacheKey calculation lazy ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v3.0.1 (2019-10-01) #### :memo: Documentation diff --git a/package.json b/package.json index ae6cb57a..861ebeb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars-inline-precompile", - "version": "3.0.1", + "version": "3.0.2", "description": "Precompile inline HTMLBars templates via ES6 tagged template strings", "keywords": [ "ember-addon",