Skip to content

Commit 28fadb8

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent a00c02b commit 28fadb8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/casl-mongoose/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+
# [@casl/mongoose-v2.2.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-10-10)
6+
7+
8+
### Bug Fixes
9+
10+
* **angular:** adding type definitions for accessibleFields ([#117](https://github.com/stalniy/casl/issues/117)) ([a00c02b](https://github.com/stalniy/casl/commit/a00c02b))
11+
* **README:** changes links to [@casl](https://github.com/casl)/ability to point to npm package instead to git root [skip ci] ([a74086b](https://github.com/stalniy/casl/commit/a74086b)), closes [#102](https://github.com/stalniy/casl/issues/102)
12+
13+
14+
### Features
15+
16+
* **react:can:** updates typescript declarations ([213dcde](https://github.com/stalniy/casl/commit/213dcde))
17+
518
<a name="@casl/mongoose-v2.1.2"></a>
619
# [@casl/mongoose-v2.1.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-07-02)
720

packages/casl-mongoose/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-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/mongoose",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Allows to query accessible records from MongoDB based on CASL rules",
55
"main": "index.js",
66
"es2015": "dist/es6/index.js",

0 commit comments

Comments
 (0)