We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85c5b4 commit a14df43Copy full SHA for a14df43
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v5.7.2 (2021-12-05)
4
+
5
+#### :bug: Bug Fix
6
+* [#740](https://github.com/ember-cli/ember-cli-htmlbars/pull/740) Allow console messages (v5.x) ([@mixonic](https://github.com/mixonic))
7
8
+#### Committers: 1
9
+- Matthew Beale ([@mixonic](https://github.com/mixonic))
10
11
12
## v5.7.1 (2021-03-18)
13
14
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-htmlbars",
- "version": "5.7.1",
+ "version": "5.7.2",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
0 commit comments