Skip to content

Commit d47ae88

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 9df032c commit d47ae88

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/casl-ability/CHANGELOG.md

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

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

5+
# [@casl/ability-v3.1.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2019-07-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **extra:** add rulesToFields TS definition ([#205](https://github.com/stalniy/casl/issues/205)) ([b772ad6](https://github.com/stalniy/casl/commit/b772ad6))
11+
12+
13+
### Features
14+
15+
* **ability:** adds validation of 3rd parameter to Ability.can ([9df032c](https://github.com/stalniy/casl/commit/9df032c)), closes [#192](https://github.com/stalniy/casl/issues/192)
16+
517
# [@casl/ability-v3.0.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2019-03-25)
618

719

packages/casl-ability/package-lock.json

Lines changed: 1 addition & 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": "3.0.2",
3+
"version": "3.1.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": "dist/es5m/index.js",

0 commit comments

Comments
 (0)