Skip to content

Commit

Permalink
Release 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 18, 2021
1 parent 5e1b427 commit 0e3ef49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v5.7.1 (2021-03-18)

#### :bug: Bug Fix
* [#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))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v5.7.0 (2021-03-18)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-htmlbars",
"version": "5.7.0",
"version": "5.7.1",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 0e3ef49

Please sign in to comment.