Skip to content

Commit

Permalink
Release 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 26, 2021
1 parent 2384c0f commit 20184be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v5.6.0 (2021-02-26)

#### :rocket: Enhancement
* [#661](https://github.com/ember-cli/ember-cli-htmlbars/pull/661) Remove usage of registerPlugin / unregisterPlugin ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#662](https://github.com/ember-cli/ember-cli-htmlbars/pull/662) Avoid building the template compiler cache key repeatedly ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v5.5.0 (2021-02-26)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-htmlbars",
"version": "5.5.0",
"version": "5.6.0",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 20184be

Please sign in to comment.