Skip to content

Commit ae40690

Browse files
author
Robert Jackson
committed
Release 4.2.3
1 parent 6768c00 commit ae40690

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.2.3 (2020-02-24)
2+
3+
#### :house: Internal
4+
* [#464](https://github.com/ember-cli/ember-cli-htmlbars/pull/464) Remove usage of legacy `checker.forEmber` API. ([@rwjblue](https://github.com/rwjblue))
5+
* [#463](https://github.com/ember-cli/ember-cli-htmlbars/pull/463) fix: Standardize the option name for dependency invalidation. ([@chriseppstein](https://github.com/chriseppstein))
6+
7+
#### Committers: 2
8+
- Chris Eppstein ([@chriseppstein](https://github.com/chriseppstein))
9+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
10+
111
## v4.2.2 (2020-01-15)
212

313
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)