Skip to content

Commit

Permalink
chore: release 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 18, 2019
1 parent d5f76bc commit 85909e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,3 +1,11 @@
5.4.5 / 2019-01-18
==================
* fix(populate): handle nested array `foreignField` with virtual populate #7374
* fix(query): support not passing any arguments to `orFail()` #7409
* docs(query): document what the resolved value for `deleteOne()`, `deleteMany()`, and `remove()` contains #7324
* fix(array): allow opting out of converting non-arrays into arrays with `castNonArrays` option #7371
* fix(query): ensure updateOne() doesnt unintentionally double call Schema#post(regexp) #7418

5.4.4 / 2019-01-14
==================
* fix(query): run casting on arrayFilters option #7079
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.4.5-pre",
"version": "5.4.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 85909e1

Please sign in to comment.