Skip to content

Commit

Permalink
chore: release 5.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 20, 2019
1 parent 9c55a23 commit bb5002f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.5.10 / 2019-05-20
===================
* fix(discriminator): allow user-defined discriminator path in schema #7807
* fix(query): ensure `findOneAndReplace()` sends `replacement` to server #7654
* fix(cast): allow `[]` as a value when casting `$nin` #7806
* docs(model): clarify that setters do run on `update()` by default #7801
* docs: fix typo in FAQ #7821 [jaona](https://github.com/jaona)

5.5.9 / 2019-05-16
==================
* fix(query): skip schema setters when casting $regexp $options #7802 [Fonger](https://github.com/Fonger)
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.5.10-pre",
"version": "5.5.10",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit bb5002f

Please sign in to comment.