Skip to content

Commit

Permalink
chore(release): @casl/ability@6.3.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 2, 2023
1 parent e724741 commit e70c8d0
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.4](https://github.com/stalniy/casl/compare/@casl/ability@6.3.3...@casl/ability@6.3.4) (2023-04-02)


### Bug Fixes

* **builder:** makes AbilityBuilder bound methods define as arrow functions ([e724741](https://github.com/stalniy/casl/commit/e724741e9e2ae54511f19ef3d34231932e3c744e)), closes [#736](https://github.com/stalniy/casl/issues/736)

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


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.3",
"version": "6.3.4",
"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 e70c8d0

Please sign in to comment.