Skip to content

Commit b61e71b

Browse files
committedOct 10, 2023
Release 8.2.0
1 parent 3e93b7b commit b61e71b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v8.2.0 (2023-10-10)
7+
8+
#### :rocket: Enhancement
9+
* [#503](https://github.com/babel/ember-cli-babel/pull/503) Support static class blocks when _not_ using an explicit babel config file. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
514
## v8.1.0 (2023-09-26)
615

716
#### :rocket: Enhancement

‎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.1.0",
3+
"version": "8.2.0",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)