Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Aug 18, 2023
1 parent fdc667c commit 9101d11
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@


## v8.0.0 (2023-08-18)

#### :boom: Breaking Change
* [#494](https://github.com/babel/ember-cli-babel/pull/494) Update `broccoli-babel-transpiler` to v8 ([@bertdeblock](https://github.com/bertdeblock))
* [#493](https://github.com/babel/ember-cli-babel/pull/493) Drop support for Node v14 and add support for Node v20 ([@bertdeblock](https://github.com/bertdeblock))

#### :rocket: Enhancement
* [#492](https://github.com/babel/ember-cli-babel/pull/492) Update `babel-plugin-module-resolver` ([@bertdeblock](https://github.com/bertdeblock))
* [#493](https://github.com/babel/ember-cli-babel/pull/493) Drop support for Node v14 and add support for Node v20 ([@bertdeblock](https://github.com/bertdeblock))
* [#479](https://github.com/babel/ember-cli-babel/pull/479) Update normal dependencies ([@bertdeblock](https://github.com/bertdeblock))
* [#480](https://github.com/babel/ember-cli-babel/pull/480) Only require `@babel/core` when necessary ([@bertdeblock](https://github.com/bertdeblock))

#### :memo: Documentation
* [#467](https://github.com/babel/ember-cli-babel/pull/467) Clarify how to set `enableTypeScriptTransform` in Ember apps, addons and engines ([@ijlee2](https://github.com/ijlee2))

#### :house: Internal
* [#450](https://github.com/babel/ember-cli-babel/pull/450) Remove workaround for `@babel/helper-compilation-functions` bug that was fixed upstream ([@HeroicEric](https://github.com/HeroicEric))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))

## v8.0.0-beta.0 (2023-01-24)

#### :boom: Breaking Change
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": "8.0.0-beta.0",
"version": "8.0.0",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit 9101d11

Please sign in to comment.