Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Sep 24, 2024
1 parent 45cc6fd commit bc67835
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@




## v7.0.0 (2024-09-24)

#### :boom: Breaking Change
* [#186](https://github.com/minutebase/ember-can/pull/186) Switch from an initializer to manual `extendResolver` usage ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#187](https://github.com/minutebase/ember-can/pull/187) pnpm 9 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 2
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v6.0.0 (2024-08-06)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-can/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-can",
"version": "6.0.0",
"version": "7.0.0",
"description": "Simple authorization addon for Ember apps",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
},
"npm": false
},
"version": "6.0.0"
"version": "7.0.0"
}

0 comments on commit bc67835

Please sign in to comment.