Skip to content

Commit 4e1fc67

Browse files
committed
Release 2.1.0
1 parent fe1de32 commit 4e1fc67

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33

44

55

6+
7+
## v2.1.0 (2023-06-01)
8+
9+
#### :rocket: Enhancement
10+
* [#74](https://github.com/emberjs/ember-render-modifiers/pull/74) Publish Glint-ready type definitions ([@chriskrycho](https://github.com/chriskrycho), [@vlascik](https://github.com/vlascik))
11+
* [#70](https://github.com/emberjs/ember-render-modifiers/pull/70) Add support for Ember v5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### :house: Internal
14+
* [#72](https://github.com/emberjs/ember-render-modifiers/pull/72) Add @ember/string ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
* [#71](https://github.com/emberjs/ember-render-modifiers/pull/71) Use node 14 for CI ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
16+
17+
#### Committers: 3
18+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
19+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
622
## v2.0.5 (2023-01-11)
723

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

0 commit comments

Comments
 (0)