From 4b44a6fa599ea55aa3640171ef5c9e1314229b9b Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 15 Dec 2021 13:28:57 -0500 Subject: [PATCH] 7.26.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",