Skip to content

Commit

Permalink
7.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 15, 2021
1 parent 1b8ddfa commit 4b44a6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## v7.26.7 (2021-12-15)

#### :bug: Bug Fix
* [#421](https://github.com/babel/ember-cli-babel/pull/421) introduce cacheKeyForTree to avoid running treeForX multiple times ([@RuslanZavacky](https://github.com/RuslanZavacky))
* [#420](https://github.com/babel/ember-cli-babel/pull/420) Properly handle class properties proposal ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 2
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Ruslan Zavacky ([@RuslanZavacky](https://github.com/RuslanZavacky))

## v7.26.6 (2021-05-18)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-babel",
"version": "7.26.6",
"version": "7.26.7",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit 4b44a6f

Please sign in to comment.