Skip to content

Commit

Permalink
chore: release 5.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 9, 2020
1 parent c5294c3 commit 7d3f9fe
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.10.4 / 2020-09-09
===================
* fix(document): allow setting nested path to instance of model #9392
* fix: handle `findOneAndRemove()` with `orFail()` #9381
* fix(schema): support setting `_id` option to `false` after instantiating schema #9390
* docs(document): fix formatting on `getChanges()` #9376

5.10.3 / 2020-09-03
===================
* fix: upgrade mongodb -> 3.6.1 #9380 [lamhieu-vk](https://github.com/lamhieu-vk)
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.3",
"version": "5.10.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 7d3f9fe

Please sign in to comment.