Skip to content

Commit e1f0758

Browse files
committed
7.26.10
1 parent 77f082b commit e1f0758

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## v7.28.9 (2021-12-16)
1+
## v7.26.10 (2021-12-17)
2+
3+
#### :bug: Bug Fix
4+
* [#428](https://github.com/babel/ember-cli-babel/pull/428) Configure `loose` option for all class property plugins ([@chriskrycho](https://github.com/chriskrycho))
5+
6+
#### Committers: 1
7+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
8+
9+
## v7.26.9 (2021-12-16)
210

311
#### :bug: Bug Fix
412
* [#426](https://github.com/babel/ember-cli-babel/pull/426) Fix decorators babel plugin issue ([@chriskrycho](https://github.com/chriskrycho))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-babel",
3-
"version": "7.26.9",
3+
"version": "7.26.10",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)