Skip to content

Commit 474dcff

Browse files
committed
v4.2.1
1 parent 375fe4c commit 474dcff

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v4.3.0 (2020-01-09)
2+
3+
#### :bug: Bug Fix
4+
* [#423](https://github.com/ember-cli/ember-cli-htmlbars/pull/423) Only check semver range if ember-source is present ([@mixonic](https://github.com/mixonic))
5+
* [#392](https://github.com/ember-cli/ember-cli-htmlbars/pull/392) Ensure inline precompilation does not error when a template contains `*/` ([@rwjblue](https://github.com/rwjblue))
6+
7+
#### Committers: 2
8+
- Matthew Beale ([@mixonic](https://github.com/mixonic))
9+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
10+
111
## v4.2.0 (2019-12-11)
212

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

0 commit comments

Comments
 (0)