We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db8c0f commit e3818beCopy full SHA for e3818be
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v5.6.5 (2021-03-12)
4
+
5
+#### :bug: Bug Fix
6
+* [#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))
7
8
+#### Committers: 2
9
+- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
10
11
12
## v5.6.4 (2021-03-07)
13
14
#### :bug: Bug Fix
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",
0 commit comments