Skip to content

Commit babf888

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 42745d6 commit babf888

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/casl-mongoose/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+
# [7.3.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2024-03-27)
6+
7+
8+
### Features
9+
10+
* adds accessibleBy and accessibleFieldsBy to casl-mongoose ([#880](https://github.com/stalniy/casl/issues/880)) ([42745d6](https://github.com/stalniy/casl/commit/42745d65fc6a4c1752ded2599ab37246292b1c84))
11+
512
## [7.2.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2024-01-31)
613

714
## [7.2.1](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2023-07-28)

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.2.2",
3+
"version": "7.3.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)