Skip to content

Commit aeceff3

Browse files
committed
Release 8.0.1
1 parent 7e9b332 commit aeceff3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33

44

5+
6+
## v8.0.1 (2025-03-19)
7+
8+
#### :bug: Bug Fix
9+
* [#239](https://github.com/babel/broccoli-babel-transpiler/pull/239) Support async babel plugins ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
14+
515
## v8.0.0 (2023-08-17)
616

717
#### :boom: Breaking Change

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-babel-transpiler",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "A Broccoli plugin which transpile ES6 to readable ES5 by using babel.",
55
"keywords": [
66
"broccoli-plugin",

0 commit comments

Comments
 (0)