Skip to content

Commit

Permalink
Release 7.24.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 19, 2021
1 parent d1efdf1 commit 04d9f34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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-babel",
"version": "7.24.0-beta.1",
"version": "7.24.0-beta.2",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit 04d9f34

Please sign in to comment.