diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c39316..f52f6c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v7.23.1 (2021-01-19) + +#### :bug: Bug Fix +* [#378](https://github.com/babel/ember-cli-babel/pull/378) Ensure decorators are transpiled properly when the decorator identifier is aliased within the decorated method ([@rwjblue](https://github.com/rwjblue)) +* [#368](https://github.com/babel/ember-cli-babel/pull/368) fix: avoid assuming host app has `ember-cli-babel` installed ([@alexlafroscia](https://github.com/alexlafroscia)) +* [#377](https://github.com/babel/ember-cli-babel/pull/377) Avoid repeatedly checking the `ember-cli` version ([@rwjblue](https://github.com/rwjblue)) +* [#376](https://github.com/babel/ember-cli-babel/pull/376) Ensure `babel.config.js` is not used without `useBabelConfig` option ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## v7.24.0-beta.1 (2021-01-19) #### :rocket: Enhancement diff --git a/package.json b/package.json index 26c7595b..d164a379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "7.24.0-beta.1", + "version": "7.24.0-beta.2", "description": "Ember CLI addon for Babel", "keywords": [ "babel",