Skip to content

Commit 1a918bd

Browse files
author
Robert Jackson
committed
Release 4.0.7
1 parent f30a7c2 commit 1a918bd

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.7 (2019-10-18)
2+
3+
#### :bug: Bug Fix
4+
* [#336](https://github.com/ember-cli/ember-cli-htmlbars/pull/336) Support `as default` exports with template colocation ([@dfreeman](https://github.com/dfreeman))
5+
6+
#### :house: Internal
7+
* [#335](https://github.com/ember-cli/ember-cli-htmlbars/pull/335) Add additional tests for Colocated Components ([@camerondubas](https://github.com/camerondubas))
8+
9+
#### Committers: 2
10+
- Cameron Dubas ([@camerondubas](https://github.com/camerondubas))
11+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
12+
113
## v4.0.6 (2019-10-17)
214

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

0 commit comments

Comments
 (0)