Skip to content

Commit 89a06b0

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent bd58bb2 commit 89a06b0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/casl-mongoose/CHANGELOG.md

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

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

5+
# [7.2.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2023-07-22)
6+
7+
8+
### Bug Fixes
9+
10+
* adds jsdoc comments ([#768](https://github.com/stalniy/casl/issues/768)) ([6ca6105](https://github.com/stalniy/casl/commit/6ca6105240e2a072f053f5d38b2c5c920f9d31b9))
11+
* adds jsdoc comments to test release trigger ([#766](https://github.com/stalniy/casl/issues/766)) ([fcdf8c8](https://github.com/stalniy/casl/commit/fcdf8c87798c438427c3df65fa5e537cf92dd195))
12+
* removes release testing comments ([#767](https://github.com/stalniy/casl/issues/767)) ([67ccbc9](https://github.com/stalniy/casl/commit/67ccbc989f20e3f98adaa97bb0c8126fbe28ee75))
13+
14+
15+
### Features
16+
17+
* adds accessibleBy helper and deprecates `toMongoQuery` and `accessibleRecordsPlugin` ([#795](https://github.com/stalniy/casl/issues/795)) ([bd58bb2](https://github.com/stalniy/casl/commit/bd58bb2a450389370614cf9381d3bcd7ac34cf6b))
18+
519
## [7.1.3](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2023-05-05)
620

721
## [7.1.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-10-30)

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": "7.1.3",
3+
"version": "7.2.0",
44
"description": "Allows to query accessible records from MongoDB based on CASL rules",
55
"main": "dist/es6c/index.js",
66
"es2015": "dist/es6m/index.mjs",

0 commit comments

Comments
 (0)