Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 1, 2024
1 parent b8d933f commit 553c38b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


## v5.0.1 (2024-07-01)

#### :bug: Bug Fix
* [#173](https://github.com/minutebase/ember-can/pull/173) Make helper types more explicit ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v5.0.0 (2024-06-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": "5.0.0",
"version": "5.0.1",
"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": "5.0.0"
"version": "5.0.1"
}

0 comments on commit 553c38b

Please sign in to comment.