Skip to content

Commit 8f5a73d

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent f5273e3 commit 8f5a73d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/casl-mongoose/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+
# [7.0.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-07-29)
6+
7+
8+
### Features
9+
10+
* allow to use mongoose typings without extending Document ([#639](https://github.com/stalniy/casl/issues/639)) ([f5273e3](https://github.com/stalniy/casl/commit/f5273e3475c1593dbda45176aa3c9ff593e8940f))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* increased mongoose version to 6.0.13 in order to use 4 generic types in `Model` type
16+
517
## [6.0.1](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-07-25)
618

719
# [6.0.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2021-11-04)

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