Skip to content

Commit 0f00e20

Browse files
committed
Release 5.6.4
1 parent 569f57a commit 0f00e20

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v5.6.4 (2021-03-07)
4+
5+
#### :bug: Bug Fix
6+
* [#678](https://github.com/ember-cli/ember-cli-htmlbars/pull/678) Make `setTimeout`/`clearTimeout` available to the template compiler sandbox ([@rwjblue](https://github.com/rwjblue))
7+
* [#677](https://github.com/ember-cli/ember-cli-htmlbars/pull/677) Support TypeScript merging of export default declarations in template colocation ([@dfreeman](https://github.com/dfreeman))
8+
9+
#### Committers: 2
10+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
13+
314
## v5.6.3 (2021-03-04)
415

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

0 commit comments

Comments
 (0)