Skip to content

Commit 9101d11

Browse files
committed
Release 8.0.0
1 parent fdc667c commit 9101d11

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
3+
## v8.0.0 (2023-08-18)
4+
5+
#### :boom: Breaking Change
6+
* [#494](https://github.com/babel/ember-cli-babel/pull/494) Update `broccoli-babel-transpiler` to v8 ([@bertdeblock](https://github.com/bertdeblock))
7+
* [#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))
8+
9+
#### :rocket: Enhancement
10+
* [#492](https://github.com/babel/ember-cli-babel/pull/492) Update `babel-plugin-module-resolver` ([@bertdeblock](https://github.com/bertdeblock))
11+
* [#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))
12+
* [#479](https://github.com/babel/ember-cli-babel/pull/479) Update normal dependencies ([@bertdeblock](https://github.com/bertdeblock))
13+
* [#480](https://github.com/babel/ember-cli-babel/pull/480) Only require `@babel/core` when necessary ([@bertdeblock](https://github.com/bertdeblock))
14+
15+
#### :memo: Documentation
16+
* [#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))
17+
18+
#### :house: Internal
19+
* [#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))
20+
21+
#### Committers: 3
22+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
23+
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))
24+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
25+
226
## v8.0.0-beta.0 (2023-01-24)
327

428
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-babel",
3-
"version": "8.0.0-beta.0",
3+
"version": "8.0.0",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)