Skip to content

Commit f941253

Browse files
committed
Release 5.7.0
1 parent d92706b commit f941253

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v5.7.0 (2021-03-18)
4+
5+
#### :rocket: Enhancement
6+
* [#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))
7+
8+
#### :house: Internal
9+
* [#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))
10+
11+
#### Committers: 2
12+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
15+
316
## v5.6.5 (2021-03-12)
417

518
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-htmlbars",
3-
"version": "5.6.5",
3+
"version": "5.7.0",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)