Skip to content

Commit

Permalink
chore: release 5.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 8, 2019
1 parent 880836e commit a2aba34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.6.4 / 2019-07-08
==================
* fix(schema): support pre(Array, Function) and post(Array, Function) #7803
* fix(document): load docs with a `once` property successfully #7958
* fix(queryhelpers): ensure parent `select` overwrites child path `select` if parent is nested #7945
* fix(schema): make `clone()` correctly copy array embedded discriminators #7954
* fix(update): fix error when update property gets casted to null #7949
* fix(connection): bubble up attemptReconnect event for now #7872
* docs(tutorials): add virtuals tutorial #7965
* docs(connection): add section on connection handling #6997

5.6.3 / 2019-07-03
==================
* fix(document): respect projection when running getters #7940
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.4-pre",
"version": "5.6.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a2aba34

Please sign in to comment.