Skip to content

Commit 49d9e0f

Browse files
author
Robert Jackson
committed
Release 6.0.0
1 parent ff83939 commit 49d9e0f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
4+
## v6.0.0 (2021-10-14)
5+
6+
#### :boom: Breaking Change
7+
* [#724](https://github.com/ember-cli/ember-cli-htmlbars/pull/724) Use simplified babel plugin on ember 3.27+ and drop unsupported node versions ([@ef4](https://github.com/ef4))
8+
9+
#### :rocket: Enhancement
10+
* [#733](https://github.com/ember-cli/ember-cli-htmlbars/pull/733) Avoid repeated encoding in getTemplateCompiler ([@rwjblue](https://github.com/rwjblue))
11+
* [#724](https://github.com/ember-cli/ember-cli-htmlbars/pull/724) Use simplified babel plugin on ember 3.27+ and drop unsupported node versions ([@ef4](https://github.com/ef4))
12+
13+
#### :bug: Bug Fix
14+
* [#732](https://github.com/ember-cli/ember-cli-htmlbars/pull/732) add `this._super` call to included hook plugin doc ([@fivetanley](https://github.com/fivetanley))
15+
16+
#### :house: Internal
17+
* [#736](https://github.com/ember-cli/ember-cli-htmlbars/pull/736) Updating pr 723 ([@ef4](https://github.com/ef4))
18+
19+
#### Committers: 3
20+
- Edward Faulkner ([@ef4](https://github.com/ef4))
21+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
22+
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
23+
24+
325
## v5.7.1 (2021-03-18)
426

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

0 commit comments

Comments
 (0)