Skip to content

Commit ff6e698

Browse files
author
Robert Jackson
committed
Release 5.3.1
1 parent 62c0021 commit ff6e698

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## v5.3.0 (2020-08-10)
210

311
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-htmlbars",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)