Skip to content

Commit af8224b

Browse files
committed
Release 8.0.1
1 parent c23feff commit af8224b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
4+
## v8.0.1 (2023-09-26)
5+
6+
#### :bug: Bug Fix
7+
* [#500](https://github.com/babel/ember-cli-babel/pull/500) fix: filter undefined options ([@runspired](https://github.com/runspired))
8+
9+
#### :house: Internal
10+
* [#498](https://github.com/babel/ember-cli-babel/pull/498) Remove `babel6` key in test ([@bertdeblock](https://github.com/bertdeblock))
11+
12+
#### Committers: 2
13+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
14+
- Chris Thoburn ([@runspired](https://github.com/runspired))
15+
316
## v8.0.0 (2023-08-18)
417

518
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-babel",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)