diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dfb29d..6dbe9f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v5.1.1 (2020-05-07) + +#### :bug: Bug Fix +* [#551](https://github.com/ember-cli/ember-cli-htmlbars/pull/551) Ensure `EmberENV` is available to inline template compilation ([@rwjblue](https://github.com/rwjblue)) +* [#550](https://github.com/ember-cli/ember-cli-htmlbars/pull/550) Fix specifying custom template compiler path. ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#547](https://github.com/ember-cli/ember-cli-htmlbars/pull/547) Add some more helpful debug logging to list AST plugins ([@rwjblue](https://github.com/rwjblue)) +* [#544](https://github.com/ember-cli/ember-cli-htmlbars/pull/544) Add Node 14 to CI ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 1 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + + ## v5.1.0 (2020-05-06) #### :rocket: Enhancement diff --git a/package.json b/package.json index 165d102e..044879a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "5.1.0", + "version": "5.1.1", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",