Skip to content

Commit

Permalink
chore: release 6.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 6, 2021
1 parent c419cd0 commit 27cd59e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6.0.15 / 2021-12-06
===================
* fix(document): avoid overwriting schema methods when creating a new document with `new Model()` and `strict: false` #11001
* fix(document): avoid overwriting top-level document _id with nested `_id` when `strict = false` #10934
* fix(collection): avoid double-calling callback on sync error #10956
* fix(connection): handle direct connection to uninitialized replica set that then becomes initialized #10948
* fix(index.d.ts): allow partial updates on subdocuments for defaults #10947
* fix(index.d.ts): handle buffer type in schema definitions #11026

6.0.14 / 2021-11-29
===================
* fix(document): catch errors in required functions #10968
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.0.14",
"version": "6.0.15",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 27cd59e

Please sign in to comment.