Skip to content

Commit d5aa14b

Browse files
committed
Release 6.1.0
1 parent 2f2cac9 commit d5aa14b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

4+
5+
## v6.1.0 (2022-07-04)
6+
7+
#### :rocket: Enhancement
8+
* [#749](https://github.com/ember-cli/ember-cli-htmlbars/pull/749) Drive all template compilation from babel ([@ef4](https://github.com/ef4))
9+
10+
#### :bug: Bug Fix
11+
* [#747](https://github.com/ember-cli/ember-cli-htmlbars/pull/747) Avoid registering `babel-plugin-ember-template-compilation` repeatedly ([@dfreeman](https://github.com/dfreeman))
12+
* [#741](https://github.com/ember-cli/ember-cli-htmlbars/pull/741) Fix incorrect ember-source version check ([@simonihmig](https://github.com/simonihmig))
13+
14+
#### :memo: Documentation
15+
* [#743](https://github.com/ember-cli/ember-cli-htmlbars/pull/743) Fix lin to ASTPluginBuilder type ([@mehulkar](https://github.com/mehulkar))
16+
17+
#### Committers: 3
18+
- Edward Faulkner ([@ef4](https://github.com/ef4))
19+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
20+
- Mehul Kar ([@mehulkar](https://github.com/mehulkar))
21+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
22+
423
## v6.0.1 (2021-12-05)
524

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

0 commit comments

Comments
 (0)