Skip to content

Commit e9c5be5

Browse files
chore(release): @casl/mongoose@6.0.0 [skip ci]
1 parent 5632c53 commit e9c5be5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/casl-mongoose/CHANGELOG.md

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

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

5+
# [6.0.0](https://github.com/stalniy/casl/compare/@casl/mongoose@5.0.1...@casl/mongoose@6.0.0) (2021-11-04)
6+
7+
8+
### Bug Fixes
9+
10+
* ensure it's possible to chain `accessibleBy` after another `accessibleBy` and combine with other `Query` methods ([5632c53](https://github.com/stalniy/casl/commit/5632c53de5dc62c10b19864686c82e87d17b6147))
11+
* **package:** add repository directory into package.json for all @casl/* packages ([#560](https://github.com/stalniy/casl/issues/560)) ([0ef534c](https://github.com/stalniy/casl/commit/0ef534c9df44816cd64d5142f41621034e5b70db))
12+
13+
14+
### Features
15+
16+
* update mongoose to v6 and use mongoose-v6 QueryWithHelpers interface ([#561](https://github.com/stalniy/casl/issues/561)) ([a5f1036](https://github.com/stalniy/casl/commit/a5f1036dfdb065b21798215fb4feabdd3dd6434d))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* updates mongoose and related ts types to v6
22+
523
## [5.0.1](https://github.com/stalniy/casl/compare/@casl/mongoose@5.0.0...@casl/mongoose@5.0.1) (2021-05-12)
624

725

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