Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jul 4, 2022
1 parent 2f2cac9 commit d5aa14b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog



## v6.1.0 (2022-07-04)

#### :rocket: Enhancement
* [#749](https://github.com/ember-cli/ember-cli-htmlbars/pull/749) Drive all template compilation from babel ([@ef4](https://github.com/ef4))

#### :bug: Bug Fix
* [#747](https://github.com/ember-cli/ember-cli-htmlbars/pull/747) Avoid registering `babel-plugin-ember-template-compilation` repeatedly ([@dfreeman](https://github.com/dfreeman))
* [#741](https://github.com/ember-cli/ember-cli-htmlbars/pull/741) Fix incorrect ember-source version check ([@simonihmig](https://github.com/simonihmig))

#### :memo: Documentation
* [#743](https://github.com/ember-cli/ember-cli-htmlbars/pull/743) Fix lin to ASTPluginBuilder type ([@mehulkar](https://github.com/mehulkar))

#### Committers: 3
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
- Mehul Kar ([@mehulkar](https://github.com/mehulkar))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v6.0.1 (2021-12-05)

#### :bug: Bug Fix
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": "6.0.1",
"version": "6.1.0",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d5aa14b

Please sign in to comment.