Skip to content

Commit

Permalink
chore: release 5.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 21, 2019
1 parent 3feb60b commit 3847007
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.6.10 / 2019-08-20
===================
* fix(schema): fix require() path to work around yet another bug in Jest #8053
* fix(document): skip casting when initing a populated path #8062
* fix(document): prevent double-calling validators on mixed objects with nested properties #8067
* fix(query): handle schematype with `null` options when checking immutability #8070 [rich-earth](https://github.com/rich-earth)
* fix(schema): support `Schema#path()` to get schema path underneath doc array #8057
* docs(faq): add disable color instruction #8066

5.6.9 / 2019-08-07
==================
* fix(model): delete versionError after saving to prevent memory leak #8048
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.6.10-pre",
"version": "5.6.10",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 3847007

Please sign in to comment.