Skip to content

Commit 7307c98

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 66bcfcf commit 7307c98

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+
# [6.4.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2023-04-02)
6+
7+
8+
### Features
9+
10+
* adds `actionsFor(subjectType)` method that returns all actions associated with particular subject type ([f2d7e17](https://github.com/stalniy/casl/commit/f2d7e175e9d987bcb8f89936c519df3a5c0b63ac)), closes [#497](https://github.com/stalniy/casl/issues/497)
11+
512
## [6.3.4](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2023-04-02)
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": "6.3.4",
3+
"version": "6.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)