From 095bea506645b837c62e687c668c8f2d632a318b Mon Sep 17 00:00:00 2001 From: Sergii Stotskyi Date: Wed, 27 Mar 2024 08:23:49 +0200 Subject: [PATCH] chore: manually update changelog of casl/mongoose because of problem with semantic-release --- packages/casl-mongoose/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/casl-mongoose/CHANGELOG.md b/packages/casl-mongoose/CHANGELOG.md index 3c843bc1b..fa8a7df7f 100644 --- a/packages/casl-mongoose/CHANGELOG.md +++ b/packages/casl-mongoose/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. -# [7.3.0](https://github.com/stalniy/casl/compare/@casl/mongoose@7.2.2...@casl/mongoose@7.3.0) (2024-03-27) +# [8.0.0](https://github.com/stalniy/casl/compare/@casl/mongoose@7.2.2...@casl/mongoose@8.0.0) (2024-03-27) + +### BREAKING CHANGES + + * `accessibleBy` is now just a POJO which has `ofType` method to get query for specific type + * mongoose `accessibleRecordsPlugin` doesn't throw exception anymore if ability forbids to do an action and instead it sends empty result query to MongoDB ### Features