Skip to content

Commit 8e1f28e

Browse files
committed
7.26.9
1 parent f8f495e commit 8e1f28e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v7.28.9 (2021-12-16)
2+
3+
#### :bug: Bug Fix
4+
* [#426](https://github.com/babel/ember-cli-babel/pull/426) Fix decorators babel plugin issue ([@chriskrycho](https://github.com/chriskrycho))
5+
6+
#### :house: Internal
7+
* [#427](https://github.com/babel/ember-cli-babel/pull/427) Only run acceptance tests against modern Node ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 2
10+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
113
## v7.26.8 (2021-12-16)
214

315
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)