Skip to content

Commit

Permalink
chore: release 5.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 7, 2019
1 parent 347eeeb commit 188b4e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.6.9 / 2019-08-07
==================
* fix(model): delete versionError after saving to prevent memory leak #8048
* fix(cursor): correctly handle batchSize option with query cursor #8039
* fix(populate): handle virtual populate with count = 0 if virtual embedded in doc array #7573
* fix(schema): allow declaring ObjectId array with `{ type: 'ObjectID' }`, last 'D' case insensitive #8034

5.6.8 / 2019-08-02
==================
* fix(aggregate): allow modifying pipeline in pre('aggregate') hooks #8017
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.9-pre",
"version": "5.6.9",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 188b4e7

Please sign in to comment.