Skip to content

Commit

Permalink
chore: release 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 14, 2019
1 parent d1085b1 commit 4146bf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
5.4.4 / 2019-01-14
==================
* fix(query): run casting on arrayFilters option #7079
* fix(document): support skipping timestamps on save() with `save({ timestamps: false })` #7357
* fix(model): apply custom where on `Document#remove()` so we attach the shardKey #7393
* docs(mongoose): document `mongoose.connections` #7338

5.4.3 / 2019-01-09
==================
* fix(populate): handle `count` option when using `Document#populate()` on a virtual #7380
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.4.4-pre",
"version": "5.4.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4146bf3

Please sign in to comment.