Skip to content

Commit

Permalink
chore: release 5.11.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 5, 2021
1 parent 01ffe2f commit 5277d24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
5.11.19 / 2021-03-05
====================
* fix(document): skip validating array elements that aren't modified when `validateModifiedOnly` is set #9963
* fix(timestamps): apply timestamps on `findOneAndReplace()` #9951
* fix(schema): correctly handle trailing array filters when looking up schema paths #9977
* fix(schema): load child class getter for virtuals instead of base class when using `loadClass()` #9975
* fix(index.d.ts): allow creating statics without passing generics to `Schema` constructor #9969
* fix(index.d.ts): add QueryHelpers generic to schema and model, make all query methods instead return QueryWithHelpers #9850
* fix(index.d.ts): support setting `type` to an array of schemas when using SchemaDefinitionType #9962
* fix(index.d.ts): add generic to plugin schema definition #9968 [emiljanitzek](https://github.com/emiljanitzek)
* docs: small typo fix #9964 [KrishnaMoorthy12](https://github.com/KrishnaMoorthy12)

5.11.18 / 2021-02-23
====================
* fix(connection): set connection state to `disconnected` if connecting string failed to parse #9921
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.18",
"version": "5.11.19",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 5277d24

Please sign in to comment.