From 3474d8d487292e0e8ab41ed26de254ca76585bea Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Sun, 21 May 2017 20:17:57 -0600 Subject: [PATCH] chore: release 4.10.1 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 07b17be125a..5d5dd5a940f 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/package.json b/package.json index fb27fc6b394..10104dbe78a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "4.10.1-pre", + "version": "4.10.1", "author": "Guillermo Rauch ", "keywords": [ "mongodb",