diff --git a/packages/casl-mongoose/CHANGELOG.md b/packages/casl-mongoose/CHANGELOG.md index 6944716a4..42f345eee 100644 --- a/packages/casl-mongoose/CHANGELOG.md +++ b/packages/casl-mongoose/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [7.1.1](https://github.com/stalniy/casl/compare/@casl/mongoose@7.1.0...@casl/mongoose@7.1.1) (2022-10-30) + + +### Bug Fixes + +* adds unlessCan method to ForbiddenError and reused it mongoose package to construct ForbiddenError ([be7ae6a](https://github.com/stalniy/casl/commit/be7ae6aa7694394e31ddf2d2fcf560fef4b792e2)) + # [7.1.0](https://github.com/stalniy/casl/compare/@casl/mongoose@7.0.0...@casl/mongoose@7.1.0) (2022-08-28) diff --git a/packages/casl-mongoose/package.json b/packages/casl-mongoose/package.json index 5bfaaed2e..47fffaf75 100644 --- a/packages/casl-mongoose/package.json +++ b/packages/casl-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@casl/mongoose", - "version": "7.1.0", + "version": "7.1.1", "description": "Allows to query accessible records from MongoDB based on CASL rules", "main": "dist/es6c/index.js", "es2015": "dist/es6m/index.mjs",