From 87f691e6916919531b8383c94900bd847d17975b Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 5 Feb 2019 17:16:51 -0500 Subject: [PATCH] chore: release 5.4.10 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8a8fd73f8f8..99cc5b0ee47 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +5.4.10 / 2019-02-05 +=================== + * docs: add search bar and /search page #6706 + * fix: support dotted aliases #7478 [chrischen](https://github.com/chrischen) + * fix(document): copy atomics when setting document array to an existing document array #7472 + * chore: upgrade to mongodb driver 3.1.13 #7488 + * docs: remove confusing references to executing a query "immediately" #7461 + * docs(guides+schematypes): link to custom schematypes docs #7407 + 5.4.9 / 2019-02-01 ================== * fix(document): make `remove()`, `updateOne()`, and `update()` use the document's associated session #7455 diff --git a/package.json b/package.json index f8468a20d53..dcd4fe3bbe5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.4.10-pre", + "version": "5.4.10", "author": "Guillermo Rauch ", "keywords": [ "mongodb",