Skip to content

Commit

Permalink
chore: release 5.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 10, 2020
1 parent d318339 commit d7fc59c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.11.7 / 2020-12-10
===================
* fix(document): ensure calling `get()` with empty string returns undefined for mongoose-plugin-autoinc #9681
* fix(model): set `isNew` to false for documents that were successfully inserted by `insertMany` with `ordered = false` when an error occurred #9677
* fix(index.d.ts): add missing Aggregate#skip() & Aggregate#limit() #9692 [sahasayan](https://github.com/sahasayan)
* fix(index.d.ts): make `Document#id` optional so types that use `id` can use `Model<IMyType & Document>` #9684

5.11.6 / 2020-12-09
===================
* fix(middleware): ensure sync errors in pre hooks always bubble up to the calling code #9659
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": "5.11.6",
"version": "5.11.7",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit d7fc59c

Please sign in to comment.