Skip to content

Commit 0e3ef49

Browse files
committed
Release 5.7.1
1 parent 5e1b427 commit 0e3ef49

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v5.7.1 (2021-03-18)
4+
5+
#### :bug: Bug Fix
6+
* [#685](https://github.com/ember-cli/ember-cli-htmlbars/pull/685) Ensure global is present for Node 10 + globalThis polyfill ([@rwjblue](https://github.com/rwjblue))
7+
8+
#### Committers: 1
9+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
10+
11+
312
## v5.7.0 (2021-03-18)
413

514
#### :rocket: Enhancement

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.7.0",
3+
"version": "5.7.1",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)