Skip to content

Commit c28d27a

Browse files
chore(release): @casl/ability@5.4.0 [skip ci]
1 parent 9226583 commit c28d27a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/casl-ability/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [5.4.0](https://github.com/stalniy/casl/compare/@casl/ability@5.3.1...@casl/ability@5.4.0) (2021-08-11)
6+
7+
8+
### Features
9+
10+
* **ability:** adds posibility to define custom any action and any subject type instead of using `manage` and `all` ([#533](https://github.com/stalniy/casl/issues/533)) ([9226583](https://github.com/stalniy/casl/commit/9226583c85ba2af70c3ae8de59e7441f004c72a3)), closes [#527](https://github.com/stalniy/casl/issues/527)
11+
512
## [5.3.1](https://github.com/stalniy/casl/compare/@casl/ability@5.3.0...@casl/ability@5.3.1) (2021-05-12)
613

714

packages/casl-ability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/ability",
3-
"version": "5.3.1",
3+
"version": "5.4.0",
44
"description": "CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access",
55
"funding": "https://github.com/stalniy/casl/blob/master/BACKERS.md",
66
"main": "dist/es6c/index.js",

0 commit comments

Comments
 (0)