diff --git a/CHANGELOG.md b/CHANGELOG.md index 5038f1c3..77fc62dd 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index d2422316..83596bc6 100644 --- a/package.json +++ b/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",