diff --git a/CHANGELOG.md b/CHANGELOG.md index b29efb1f..f8d271e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v5.6.5 (2021-03-12) + +#### :bug: Bug Fix +* [#680](https://github.com/ember-cli/ember-cli-htmlbars/pull/680) Update inline template compilation plugin to avoid errors on rebuilds ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + + ## v5.6.4 (2021-03-07) #### :bug: Bug Fix diff --git a/package.json b/package.json index 652b49a5..e17103aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "5.6.4", + "version": "5.6.5", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",