Skip to content

Commit

Permalink
chore: release 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 22, 2017
1 parent dc6f887 commit 3474d8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.10.1 / 2017-05-21
===================
* fix(aggregate): handle sorting by text score correctly #5258
* fix(populate): handle doc.populate() with virtuals #5240
* fix(schema): enforce that `_id` is never null #5236

4.10.0 / 2017-05-18
===================
* fix(schema): update clone method to include indexes #5268 [clozanosanchez](https://github.com/clozanosanchez)
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.10.1-pre",
"version": "4.10.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 3474d8d

Please sign in to comment.