Skip to content

Commit

Permalink
7.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 17, 2021
1 parent 77ca30c commit fc82b74
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.25.0 (2021-03-17)

#### :rocket: Enhancement
* [#387](https://github.com/babel/ember-cli-babel/pull/387) Do not transform imports to use the Ember global for ember-source@3.27 and higher ([@patocallaghan](https://github.com/patocallaghan))

#### :bug: Bug Fix
* [#385](https://github.com/babel/ember-cli-babel/pull/385) Update babel plugins and pin to @babel/runtime@7.12.8 ([@patocallaghan](https://github.com/patocallaghan))

#### Committers: 1
- Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))

## v7.24.0 (2021-02-16)

#### :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-babel",
"version": "7.24.0",
"version": "7.25.0",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit fc82b74

Please sign in to comment.