Skip to content

Commit 20184be

Browse files
committed
Release 5.6.0
1 parent 2384c0f commit 20184be

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v5.6.0 (2021-02-26)
4+
5+
#### :rocket: Enhancement
6+
* [#661](https://github.com/ember-cli/ember-cli-htmlbars/pull/661) Remove usage of registerPlugin / unregisterPlugin ([@rwjblue](https://github.com/rwjblue))
7+
8+
#### :bug: Bug Fix
9+
* [#662](https://github.com/ember-cli/ember-cli-htmlbars/pull/662) Avoid building the template compiler cache key repeatedly ([@rwjblue](https://github.com/rwjblue))
10+
11+
#### Committers: 1
12+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
13+
14+
315
## v5.5.0 (2021-02-26)
416

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

0 commit comments

Comments
 (0)