Skip to content

Commit 725ba38

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 4737fe2 commit 725ba38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/casl-ability/CHANGELOG.md

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

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

5+
# [6.6.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2024-02-23)
6+
7+
8+
### Features
9+
10+
* adds possibility to auto detect subject type based on passed rules ([#882](https://github.com/stalniy/casl/issues/882)) ([4737fe2](https://github.com/stalniy/casl/commit/4737fe2270a5ce582dfcdba63c986865e3eb82c3))
11+
* adds return type to 'rulesToQuery' based on return type from 'convert' param ([#876](https://github.com/stalniy/casl/issues/876)) ([379e130](https://github.com/stalniy/casl/commit/379e130d78eab470f672eb62b8378e243e798ab0))
12+
513
## [6.5.1](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2023-05-05)
614

715

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.5.1",
3+
"version": "6.6.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)