Skip to content

Commit

Permalink
chore: release 6.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 31, 2022
1 parent 1a6eca8 commit cd76136
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
6.1.9 / 2022-01-31
==================
* fix(query): respect nested schema strict as default when casting query filters #11291
* fix(mongoose): make isValidObjectId() consistent with isValid(), make `ObjectId()` casting more flexible #11209
* fix(setDefaultsOnInsert): ignore defaults underneath maps #11235
* fix(query): avoid setting nested schema properties that are stripped out by strictQuery to undefined in query filter #11291
* fix: check for all flags in a regex deepequal #11242 [Uzlopak](https://github.com/Uzlopak)
* fix: replace substr with substring #11278 [Uzlopak](https://github.com/Uzlopak)
* docs: port for documentation testing in CONTRIBUTING.md #11273 [Uzlopak](https://github.com/Uzlopak)

6.1.8 / 2022-01-24
==================
* fix(connection): stop leaking sessions in .transaction() #11259 #11256 [Uzlopak](https://github.com/Uzlopak)
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.8",
"version": "6.1.9",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit cd76136

Please sign in to comment.