Skip to content

Commit

Permalink
chore: release 6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 1, 2022
1 parent 7695960 commit 27bb443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.1.10 / 2022-02-01
===================
* fix(mongoose): correctly handle destructured isValidObjectId #11304
* fix(mongoose): defer to MongoDB driver isValid() for `isValidObjectId()` #11227

6.1.9 / 2022-01-31
==================
* fix(query): respect nested schema strict as default when casting query filters #11291
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.1.9",
"version": "6.1.10",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 27bb443

Please sign in to comment.