Skip to content

Commit 7dcc032

Browse files
Release 2.0.4
1 parent 843b380 commit 7dcc032

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11

22

33

4+
5+
## v2.0.4 (2022-02-01)
6+
7+
#### :bug: Bug Fix
8+
* [#59](https://github.com/emberjs/ember-render-modifiers/pull/59) Update embroider to v1.0.0 ([@jrjohnson](https://github.com/jrjohnson))
9+
10+
#### :house: Internal
11+
* [#60](https://github.com/emberjs/ember-render-modifiers/pull/60) ember-cli 4.1.0 ([@rwwagner90](https://github.com/rwwagner90))
12+
13+
#### Committers: 2
14+
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
15+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
16+
417
## v2.0.3 (2022-01-13)
518

619
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/render-modifiers",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Implements did-insert / did-update / will-destry modifiers for emberjs/rfcs#415",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)