Skip to content

Commit

Permalink
chore: release 5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 3, 2020
1 parent 26d79bd commit 1729a8b
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.10.3 / 2020-09-03
===================
* fix: upgrade mongodb -> 3.6.1 #9380 [lamhieu-vk](https://github.com/lamhieu-vk)
* fix(populate): allow populating paths underneath subdocument maps #9359
* fix(update): handle casting map paths when map is underneath a single nested subdoc #9298
* fix(discriminator): avoid removing nested path if both base and discriminator schema have the same nested path #9362
* fix(schema): support `Schema#add()` with schematype instances with different paths #9370
* docs(api): fix typo in `Query#get()` example #9372 [elainewlin](https://github.com/elainewlin)

5.10.2 / 2020-08-28
===================
* fix(model): avoid uncaught error if `insertMany()` fails due to server selection error #9355
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.10.2",
"version": "5.10.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1729a8b

Please sign in to comment.