diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a7c972..b1a407ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ + +## v6.2.0 (2023-01-17) + +#### :rocket: Enhancement +* [#762](https://github.com/ember-cli/ember-cli-htmlbars/pull/762) Upgrade to `babel-plugin-ember-template-compilation` v2 ([@dfreeman](https://github.com/dfreeman)) + +#### Committers: 1 +- Dan Freeman ([@dfreeman](https://github.com/dfreeman)) + + ## v6.1.1 (2022-09-08) #### :bug: Bug Fix diff --git a/package.json b/package.json index daf338d1..db446b1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "6.1.1", + "version": "6.2.0", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",