Skip to content

Commit 1eba44a

Browse files
author
Robert Jackson
committed
Release 2.0.2
1 parent 6c52c32 commit 1eba44a

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,4 +1,14 @@
11

2+
3+
## v2.0.2 (2021-12-14)
4+
5+
#### :house: Internal
6+
* [#57](https://github.com/emberjs/ember-render-modifiers/pull/57) Fully migrate to @embroider/macros ([@rwjblue](https://github.com/rwjblue))
7+
8+
#### Committers: 1
9+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
10+
11+
212
## v2.0.1 (2021-12-14)
313

414
#### :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/render-modifiers",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Implements did-insert / did-update / will-destry modifiers for emberjs/rfcs#415",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)