We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7695960 commit 27bb443Copy full SHA for 27bb443
CHANGELOG.md
@@ -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
+
6
6.1.9 / 2022-01-31
7
==================
8
* fix(query): respect nested schema strict as default when casting query filters #11291
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.1.9",
+ "version": "6.1.10",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments