From e9c5be5b61e87e0a13b638e0632e739145647572 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Nov 2021 18:18:47 +0200 Subject: [PATCH] chore(release): @casl/mongoose@6.0.0 [skip ci] --- packages/casl-mongoose/CHANGELOG.md | 18 ++++++++++++++++++ packages/casl-mongoose/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/casl-mongoose/CHANGELOG.md b/packages/casl-mongoose/CHANGELOG.md index d8755ab54..1989068fc 100644 --- a/packages/casl-mongoose/CHANGELOG.md +++ b/packages/casl-mongoose/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +# [6.0.0](https://github.com/stalniy/casl/compare/@casl/mongoose@5.0.1...@casl/mongoose@6.0.0) (2021-11-04) + + +### Bug Fixes + +* ensure it's possible to chain `accessibleBy` after another `accessibleBy` and combine with other `Query` methods ([5632c53](https://github.com/stalniy/casl/commit/5632c53de5dc62c10b19864686c82e87d17b6147)) +* **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)) + + +### Features + +* 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)) + + +### BREAKING CHANGES + +* updates mongoose and related ts types to v6 + ## [5.0.1](https://github.com/stalniy/casl/compare/@casl/mongoose@5.0.0...@casl/mongoose@5.0.1) (2021-05-12) diff --git a/packages/casl-mongoose/package.json b/packages/casl-mongoose/package.json index 649c1b45d..8e6188582 100644 --- a/packages/casl-mongoose/package.json +++ b/packages/casl-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@casl/mongoose", - "version": "5.0.1", + "version": "6.0.0", "description": "Allows to query accessible records from MongoDB based on CASL rules", "main": "dist/es6c/index.js", "es2015": "dist/es6m/index.mjs",