Skip to content

Commit

Permalink
chore: release 5.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 23, 2020
1 parent f650191 commit 1883bc0
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.9.6 / 2020-03-23
==================
* fix(document): allow saving document with nested document array after setting `nestedArr.0` #8689
* docs(connections): expand section about multiple connections to describe patterns for exporting schemas #8679
* docs(populate): add note about `execPopulate()` to "populate an existing document" section #8671 #8275
* docs: fix broken links #8690 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* docs(guide): fix typos #8704 [MateRyze](https://github.com/MateRyze)
* docs(guide): fix minor typo #8683 [pkellz](https://github.com/pkellz)

5.9.5 / 2020-03-16
==================
* fix: upgrade mongodb driver -> 3.5.5 #8667 #8664 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
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.9.5",
"version": "5.9.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1883bc0

Please sign in to comment.