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 62c0021 commit ff6e698Copy full SHA for ff6e698
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v5.3.1 (2020-08-11)
2
+
3
+#### :bug: Bug Fix
4
+* [#599](https://github.com/ember-cli/ember-cli-htmlbars/pull/599) Move `ember-template-lint` to `devDependencies` (from `dependencies`) ([@jamescdavis](https://github.com/jamescdavis))
5
6
+#### Committers: 1
7
+- James C. Davis ([@jamescdavis](https://github.com/jamescdavis))
8
9
## v5.3.0 (2020-08-10)
10
11
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-htmlbars",
- "version": "5.3.0",
+ "version": "5.3.1",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
0 commit comments