Skip to content

Commit 06d2308

Browse files
chore(release): @casl/ability@5.4.2 [skip ci]
1 parent ff3e75f commit 06d2308

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+
## [5.4.2](https://github.com/stalniy/casl/compare/@casl/ability@5.4.1...@casl/ability@5.4.2) (2021-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* **ability:** makes sure that other event handlers are not lost when last handler is unregistered ([ff3e75f](https://github.com/stalniy/casl/commit/ff3e75fe5ea8d439f87842d6289d7d331aa8290e))
11+
512
## [5.4.1](https://github.com/stalniy/casl/compare/@casl/ability@5.4.0...@casl/ability@5.4.1) (2021-08-16)
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": "5.4.1",
3+
"version": "5.4.2",
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)