Skip to content

Commit 7011a3a

Browse files
author
Robert Jackson
committed
Release 4.0.9
1 parent 50fd2b0 commit 7011a3a

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.9 (2019-12-04)
2+
3+
#### :rocket: Enhancement
4+
* [#373](https://github.com/ember-cli/ember-cli-htmlbars/pull/373) Add co-location support to CoffeeScript component class files ([@locks](https://github.com/locks))
5+
6+
#### :memo: Documentation
7+
* [#351](https://github.com/ember-cli/ember-cli-htmlbars/pull/351) Update Readme with syntax for usage with tagged templates ([@thec0keman](https://github.com/thec0keman))
8+
9+
#### :house: Internal
10+
* [#342](https://github.com/ember-cli/ember-cli-htmlbars/pull/342) Add `ember-octane` test suite run to CI. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 3
13+
- John Ratcliff ([@thec0keman](https://github.com/thec0keman))
14+
- Ricardo Mendes ([@locks](https://github.com/locks))
15+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
16+
117
## v4.0.8 (2019-10-19)
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.8",
3+
"version": "4.0.9",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)