Skip to content

Commit

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



## v5.0.2 (2024-07-02)

#### :bug: Bug Fix
* [#174](https://github.com/minutebase/ember-can/pull/174) fix: make helpers lowercase in template registry ([@charlesfries](https://github.com/charlesfries))
* [#176](https://github.com/minutebase/ember-can/pull/176) Fix looking up abilities ([@mkszepp](https://github.com/mkszepp))

#### Committers: 2
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

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

#### :bug: Bug Fix
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.1",
"version": "5.0.2",
"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.1"
"version": "5.0.2"
}

0 comments on commit a02176b

Please sign in to comment.