Skip to content

Commit

Permalink
chore: release 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 9, 2017
1 parent bb6a64e commit a7eeab1
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 @@
4.13.1 / 2017-11-08
===================
* fix: accept multiple paths or array of paths to depopulate #5798 #5797 [adamreisnz](https://github.com/adamreisnz)
* fix(document): pass default array as actual array rather than taking first element #5780
* fix(model): increment version when $set-ing it in a save() that requires a version bump #5779
* fix(query): don't explicitly project in discriminator key if user projected in parent path #5775 #5754
* fix(model): cast query option to geoNear() #5765
* fix(query): don't treat projection with just $slice as inclusive #5737
* fix(discriminator): defer applying embedded discriminator hooks until top-level model is compiled #5706
* docs(discriminator): add warning to always attach hooks before calling discriminator() #5706

4.13.0 / 2017-11-02
===================
* feat(aggregate): add $addFields helper #5740 [AyushG3112](https://github.com/AyushG3112)
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": "4.13.1-pre",
"version": "4.13.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a7eeab1

Please sign in to comment.