Skip to content

Commit 29bbbba

Browse files
author
Robert Jackson
committed
Release 4.0.6
1 parent 4c6d275 commit 29bbbba

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.0.6 (2019-10-17)
2+
3+
#### :rocket: Enhancement
4+
* [#334](https://github.com/ember-cli/ember-cli-htmlbars/pull/334) Add parent's name to logging output. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :bug: Bug Fix
7+
* [#333](https://github.com/ember-cli/ember-cli-htmlbars/pull/333) Enable colocated component classes to be TypeScript ([@rwjblue](https://github.com/rwjblue))
8+
* [#332](https://github.com/ember-cli/ember-cli-htmlbars/pull/332) Ensure "pods style" templates are compiled properly. ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### :house: Internal
11+
* [#125](https://github.com/ember-cli/ember-cli-htmlbars/pull/125) Add more tests using AST plugins (inline and standalone) ([@stefanpenner](https://github.com/stefanpenner))
12+
13+
#### Committers: 2
14+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
15+
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
16+
117
## v4.0.5 (2019-10-04)
218

319
#### :bug: Bug Fix

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": "4.0.5",
3+
"version": "4.0.6",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)