Skip to content

Commit

Permalink
chore(release): @casl/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 8, 2022
1 parent a19bd09 commit fa9a1c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/casl-ability/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [6.3.3](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-12-08)


### Bug Fixes

* ensures `packRule` helper doesn't stuck inside infinite loop when invalid parameters are passed ([a19bd09](https://github.com/stalniy/casl/commit/a19bd09030d7bb33912b681d05d3040cd4275a49)), closes [#705](https://github.com/stalniy/casl/issues/705)

## [6.3.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-10-30)


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.3.2",
"version": "6.3.3",
"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 fa9a1c4

Please sign in to comment.