diff --git a/CHANGELOG.md b/CHANGELOG.md index 11cf7e3a..2560dde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v7.28.9 (2021-12-16) + +#### :bug: Bug Fix +* [#426](https://github.com/babel/ember-cli-babel/pull/426) Fix decorators babel plugin issue ([@chriskrycho](https://github.com/chriskrycho)) + +#### :house: Internal +* [#427](https://github.com/babel/ember-cli-babel/pull/427) Only run acceptance tests against modern Node ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## v7.26.8 (2021-12-16) #### :bug: Bug Fix diff --git a/package.json b/package.json index 22076c3b..ef0bbf65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "7.26.8", + "version": "7.26.9", "description": "Ember CLI addon for Babel", "keywords": [ "babel",