Skip to content

Commit 533fb95

Browse files
author
Robert Jackson
committed
Release 4.0.8
1 parent 135718b commit 533fb95

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v4.0.8 (2019-10-19)
2+
3+
#### :bug: Bug Fix
4+
* [#340](https://github.com/ember-cli/ember-cli-htmlbars/pull/340) Fix issues when using colocated component's with decorators. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :house: Internal
7+
* [#341](https://github.com/ember-cli/ember-cli-htmlbars/pull/341) Add test using native classes + decorators. ([@rwjblue](https://github.com/rwjblue))
8+
* [#338](https://github.com/ember-cli/ember-cli-htmlbars/pull/338) Add broccoli plugin + babel plugin colocation tests ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### Committers: 1
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
113
## v4.0.7 (2019-10-18)
214

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

0 commit comments

Comments
 (0)