From f941253fb281ce2aee1af6f24b860761b87bbafc Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 17 Mar 2021 20:35:07 -0400 Subject: [PATCH] Release 5.7.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d271e6..1b76f830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v5.7.0 (2021-03-18) + +#### :rocket: Enhancement +* [#683](https://github.com/ember-cli/ember-cli-htmlbars/pull/683) Disable the modules API polyfill on Ember 3.27+ ([@pzuraq](https://github.com/pzuraq)) + +#### :house: Internal +* [#684](https://github.com/ember-cli/ember-cli-htmlbars/pull/684) Update babel-plugin-htmlbars-inline-precompile to 4.4.6. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + + ## v5.6.5 (2021-03-12) #### :bug: Bug Fix diff --git a/package.json b/package.json index 5d3dd60e..574a0748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "5.6.5", + "version": "5.7.0", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",