Skip to content

Commit 27bb443

Browse files
committed
chore: release 6.1.10
1 parent 7695960 commit 27bb443

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.1.10 / 2022-02-01
2+
===================
3+
* fix(mongoose): correctly handle destructured isValidObjectId #11304
4+
* fix(mongoose): defer to MongoDB driver isValid() for `isValidObjectId()` #11227
5+
16
6.1.9 / 2022-01-31
27
==================
38
* fix(query): respect nested schema strict as default when casting query filters #11291

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.1.9",
4+
"version": "6.1.10",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)