Skip to content

Commit

Permalink
chore: release 5.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 9, 2020
1 parent c9f0ec9 commit 321995d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.9.4 / 2020-03-09
==================
* fix(document): allow `new Model(doc)` to set immutable properties when doc is a mongoose document #8642
* fix(array): make sure you can call `unshift()` after `slice()` #8482
* fix(schema): propagate `typePojoToMixed` to implicitly created arrays #8627
* fix(schema): also propagate `typePojoToMixed` option to schemas implicitly created because of `typePojoToMixed` #8627
* fix(model): support passing `background` option to `syncIndexes()` #8645
* docs(schema): add a section about the `_id` path in schemas #8625
* docs(virtualtype+populate): document using `match` with virtual populate #8616
* docs(guide): fix typo #8648 [sauzy34](https://github.com/sauzy34)

5.9.3 / 2020-03-02
==================
* fix: upgrade mongodb driver -> 3.5.4 #8620
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.3",
"version": "5.9.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 321995d

Please sign in to comment.