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 36e1025 commit b601f81Copy full SHA for b601f81
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v4.3.1 (2020-04-09)
2
+
3
+#### :bug: Bug Fix
4
+* [#494](https://github.com/ember-cli/ember-cli-htmlbars/pull/494) Ensure types file gets published. ([@rwjblue](https://github.com/rwjblue))
5
6
+#### Committers: 1
7
+- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8
9
## v4.3.0 (2020-04-08)
10
11
#### :memo: Documentation
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-htmlbars",
- "version": "4.3.0",
+ "version": "4.3.1",
"description": "A library for adding htmlbars to ember CLI",
"keywords": [
"ember-addon",
0 commit comments