Skip to content

Commit

Permalink
chore: release 5.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 1, 2019
1 parent 1bfdafd commit 316936f
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.4.9 / 2019-02-01
==================
* fix(document): make `remove()`, `updateOne()`, and `update()` use the document's associated session #7455
* fix(document): support passing args to hooked custom methods #7456
* fix(document): avoid double calling single nested getters on `toObject()` #7442
* fix(discriminator): handle global plugins modifying top-level discriminator options with applyPluginsToDiscriminators: true #7458
* docs(documents): improve explanation of documents and use more modern syntax #7463
* docs(middleware+api): fix a couple typos in examples #7474 [arniu](https://github.com/arniu)

5.4.8 / 2019-01-30
==================
* fix(query): fix unhandled error when casting object in array filters #7431
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.4.9-pre",
"version": "5.4.9",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 316936f

Please sign in to comment.