Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jun 1, 2023
1 parent fe1de32 commit 4e1fc67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@




## v2.1.0 (2023-06-01)

#### :rocket: Enhancement
* [#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))
* [#70](https://github.com/emberjs/ember-render-modifiers/pull/70) Add support for Ember v5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#72](https://github.com/emberjs/ember-render-modifiers/pull/72) Add @ember/string ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#71](https://github.com/emberjs/ember-render-modifiers/pull/71) Use node 14 for CI ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 3
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v2.0.5 (2023-01-11)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/render-modifiers",
"version": "2.0.5",
"version": "2.1.0",
"description": "Implements did-insert / did-update / will-destry modifiers for emberjs/rfcs#415",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 4e1fc67

Please sign in to comment.