Skip to content

Commit 886e32e

Browse files
rwjbluechriskrycho
authored andcommitted
7.26.7
1 parent 8ebab9a commit 886e32e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v7.26.7 (2021-12-15)
2+
3+
#### :bug: Bug Fix
4+
* [#421](https://github.com/babel/ember-cli-babel/pull/421) introduce cacheKeyForTree to avoid running treeForX multiple times ([@RuslanZavacky](https://github.com/RuslanZavacky))
5+
* [#420](https://github.com/babel/ember-cli-babel/pull/420) Properly handle class properties proposal ([@chriskrycho](https://github.com/chriskrycho))
6+
7+
#### Committers: 2
8+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
9+
- Ruslan Zavacky ([@RuslanZavacky](https://github.com/RuslanZavacky))
10+
111
## v7.26.6 (2021-05-18)
212

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

0 commit comments

Comments
 (0)