Skip to content

Commit 28226c8

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 72e322e commit 28226c8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

packages/casl-ability/CHANGELOG.md

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

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

5+
<a name="@casl/ability-v2.4.0"></a>
6+
# [@casl/ability-v2.4.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-07-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency sift to v6 ([791f78c](https://github.com/stalniy/casl/commit/791f78c))
12+
13+
14+
### Features
15+
16+
* **ability:** adds `rulesToFields` method ([4bf9ddc](https://github.com/stalniy/casl/commit/4bf9ddc)), closes [#86](https://github.com/stalniy/casl/issues/86)
17+
518
<a name="2.3.0"></a>
619
# [2.3.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-05-09)
720

packages/casl-ability/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.3.0",
3+
"version": "2.4.0",
44
"description": "CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access",
55
"main": "dist/umd/index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)