Skip to content

Commit

Permalink
chore: release 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 2, 2020
1 parent 4b223e4 commit 991b4fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
5.11.2 / 2020-12-02
===================
* fix(index.d.ts): add missing query options and model `findById()` function #9626 #9620
* fix(index.d.ts): support defining schema paths as arrays of functions #9617
* fix(index.d.ts): add automatic `_id` for Document, support creating Mongoose globals and accessing collection name #9618
* fix(index.d.ts): add missing global `get()` and `set()` #9616
* fix(index.d.ts): add missing `new` and `returnOriginal` options to QueryOptions, add missing model static properties #9627 #9616 #9615
* fix(index.d.ts): allow `useCreateIndex` in connection options #9621

5.11.1 / 2020-12-01
===================
* fix(index.d.ts): add missing SchemaOptions #9606
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.1",
"version": "5.11.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 991b4fb

Please sign in to comment.