Skip to content

Commit

Permalink
chore: release 5.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 27, 2018
1 parent b844bca commit 3084fcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,3 +1,11 @@
5.2.18 / 2018-09-27
===================
* docs(migrating_to_5): add note about overwriting filter properties #7030
* fix(query): correctly handle `select('+c')` if c is not in schema #7017
* fix(document): check path exists before checking for required #6974
* fix(document): retain user-defined key order on initial set with nested docs #6944
* fix(populate): handle multiple localFields + foreignFields using `localField: function() {}` syntax #5704

5.2.17 / 2018-09-21
===================
* docs(guide): clarify that Mongoose only increments versionKey on `save()` and add a workaround for `findOneAndUpdate()` #7038
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.2.18-pre",
"version": "5.2.18",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 3084fcb

Please sign in to comment.