diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de3cf84..daf412eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v7.22.0 (2020-07-31) + +#### :rocket: Enhancement +* [#359](https://github.com/babel/ember-cli-babel/pull/359) Add @ember/destroyable support (via babel-plugin-ember-modules-api-polyfill) ([@rwjblue](https://github.com/rwjblue)) +* [#358](https://github.com/babel/ember-cli-babel/pull/358) Update babel related dependencies (for Babel 7.11.0). ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#357](https://github.com/babel/ember-cli-babel/pull/357) Update babel-plugin-ember-modules-api-polyfill from 2.13.4 to 3.0.0 ([@mydea](https://github.com/mydea)) + +#### Committers: 2 +- Francesco Novy ([@mydea](https://github.com/mydea)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## v7.21.0 (2020-06-12) #### :rocket: Enhancement diff --git a/package.json b/package.json index 61968d2a..49b24c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "7.21.0", + "version": "7.22.0", "description": "Ember CLI addon for Babel", "keywords": [ "babel",