Skip to content

Commit c2a0340

Browse files
Release 2.0.5
1 parent 9c8d628 commit c2a0340

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v2.0.5 (2023-01-11)
7+
8+
#### :bug: Bug Fix
9+
* [#68](https://github.com/emberjs/ember-render-modifiers/pull/68) Widen peer range for ember-source to include all of v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
514
## v2.0.4 (2022-02-01)
615

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

0 commit comments

Comments
 (0)