Skip to content

Commit d1adedb

Browse files
committed
Release 8.0.2
1 parent 526af84 commit d1adedb

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
@@ -3,6 +3,16 @@
33

44

55

6+
7+
## v8.0.2 (2025-04-01)
8+
9+
#### :bug: Bug Fix
10+
* [#241](https://github.com/ember-cli/broccoli-babel-transpiler/pull/241) Separate async workpool from earlier sync ones ([@ef4](https://github.com/ef4))
11+
12+
#### Committers: 1
13+
- Edward Faulkner ([@ef4](https://github.com/ef4))
14+
15+
616
## v8.0.1 (2025-03-19)
717

818
#### :bug: Bug Fix

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.1",
3+
"version": "8.0.2",
44
"description": "A Broccoli plugin which transpile ES6 to readable ES5 by using babel.",
55
"keywords": [
66
"broccoli-plugin",

0 commit comments

Comments
 (0)