Skip to content

Commit

Permalink
chore(release): @casl/ability@6.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent 4737fe2 commit 725ba38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/casl-ability/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

# [6.6.0](https://github.com/stalniy/casl/compare/@casl/ability@6.5.1...@casl/ability@6.6.0) (2024-02-23)


### Features

* 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))
* 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))

## [6.5.1](https://github.com/stalniy/casl/compare/@casl/ability@6.5.0...@casl/ability@6.5.1) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/casl-ability/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casl/ability",
"version": "6.5.1",
"version": "6.6.0",
"description": "CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access",
"funding": "https://github.com/stalniy/casl/blob/master/BACKERS.md",
"main": "dist/es6c/index.js",
Expand Down

0 comments on commit 725ba38

Please sign in to comment.