Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 1, 2025
1 parent 54f3c68 commit 06e5c2d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@




## v3.0.0 (2025-03-01)

#### :boom: Breaking Change
* [#81](https://github.com/emberjs/ember-render-modifiers/pull/81) [breaking] Update to Ember CLI 5.12.0 ([@jrjohnson](https://github.com/jrjohnson))

#### :rocket: Enhancement
* [#79](https://github.com/emberjs/ember-render-modifiers/pull/79) Add Ember v6 to Peers ([@jrjohnson](https://github.com/jrjohnson))

#### :memo: Documentation
* [#67](https://github.com/emberjs/ember-render-modifiers/pull/67) Add link to video with examples of how to migrate away ([@achambers](https://github.com/achambers))

#### :house: Internal
* [#80](https://github.com/emberjs/ember-render-modifiers/pull/80) chore: make release-able by fixing `repository` in package.json ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 4
- Aaron Chambers ([@achambers](https://github.com/achambers))
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
- Katie Gengler ([@kategengler](https://github.com/kategengler))

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

#### :rocket: Enhancement
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.1.0",
"version": "3.0.0",
"description": "Implements did-insert / did-update / will-destry modifiers for emberjs/rfcs#415",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 06e5c2d

Please sign in to comment.