From 5443d3eb0664112a87513d92a8d8dfb59278111c Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 30 Jan 2020 14:11:32 -0500 Subject: [PATCH] Release 7.14.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5eff00..e59d6609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v7.14.0 (2020-01-30) + +#### :rocket: Enhancement +* [#318](https://github.com/babel/ember-cli-babel/pull/318) Add polyfill that allows apps and addons to use `@ember-data` related packages regardless of `ember-data` version ([@runspired](https://github.com/runspired)) +* [#320](https://github.com/babel/ember-cli-babel/pull/320) Update Babel to v7.8.3 ([@Turbo87](https://github.com/Turbo87)) +* [#315](https://github.com/babel/ember-cli-babel/pull/315) Update Babel dependencies to latest and fix CI. ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#313](https://github.com/babel/ember-cli-babel/pull/313) Replace deprecated ember-cli-qunit with ember-qunit ([@dmzza](https://github.com/dmzza)) + +#### Committers: 4 +- Chris Thoburn ([@runspired](https://github.com/runspired)) +- David Mazza ([@dmzza](https://github.com/dmzza)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + ## v7.13.2 (2019-12-12) #### :bug: Bug Fix diff --git a/package.json b/package.json index b4b4b8ad..8d216239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "7.13.2", + "version": "7.14.0", "description": "Ember CLI addon for Babel", "keywords": [ "babel",