Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 26, 2023
1 parent c23feff commit af8224b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@



## v8.0.1 (2023-09-26)

#### :bug: Bug Fix
* [#500](https://github.com/babel/ember-cli-babel/pull/500) fix: filter undefined options ([@runspired](https://github.com/runspired))

#### :house: Internal
* [#498](https://github.com/babel/ember-cli-babel/pull/498) Remove `babel6` key in test ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Chris Thoburn ([@runspired](https://github.com/runspired))

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

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-babel",
"version": "8.0.0",
"version": "8.0.1",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit af8224b

Please sign in to comment.