Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 6, 2024
1 parent 90f21f3 commit 7a58baa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@




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

#### :boom: Breaking Change
* [#183](https://github.com/minutebase/ember-can/pull/183) Allow `@ember/string` v4 and move `ember-inflector` to peerDependencies ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#180](https://github.com/minutebase/ember-can/pull/180) Addon v2 should always use relative paths for own files ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

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

#### :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.4",
"version": "6.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": "5.0.4"
"version": "6.0.0"
}

0 comments on commit 7a58baa

Please sign in to comment.