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 13284d4 commit ff397bbCopy full SHA for ff397bb
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
3
4
+## v6.0.1 (2021-12-05)
5
+
6
+#### :bug: Bug Fix
7
+* [#739](https://github.com/ember-cli/ember-cli-htmlbars/pull/739) Allow console messages (v6.x, master) ([@mixonic](https://github.com/mixonic))
8
9
+#### Committers: 1
10
+- Matthew Beale ([@mixonic](https://github.com/mixonic))
11
12
13
## v6.0.0 (2021-10-14)
14
15
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-htmlbars",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
0 commit comments