From 695d73a9c60ea17e74490f47a6c070e8573a8606 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 24 Oct 2022 16:54:18 -0400 Subject: [PATCH] chore: release 6.7.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c12444187c..0852af0eacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +6.7.0 / 2022-10-24 +================== + * feat: upgrade to mongodb driver 4.11.0 #12446 + * feat: add UUID Schema Type (BSON Buffer SubType 4) #12268 #3208 [hasezoey](https://github.com/hasezoey) + * feat(aggregation): add $fill pipeline stage #12545 [raphael-papazikas](https://github.com/raphael-papazikas) + * feat(types+schema): allow defining schema paths using mongoose.Types.* to work around TS type inference issues #12352 + * feat(schema): add alias() method that makes it easier to define multiple aliases for a given path #12368 + * feat(model): add mergeHooks option to Model.discriminator() to avoid duplicate hooks #12542 + * feat(document): add $timestamps() method to set timestamps for save(), bulkSave(), and insertMany() #12540 + 6.6.7 / 2022-10-21 ================== * fix: correct browser build and improve isAsyncFunction check for browser #12577 #12576 #12392 diff --git a/package.json b/package.json index 6665453cf44..44c88ec9d50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.6.7", + "version": "6.7.0", "author": "Guillermo Rauch ", "keywords": [ "mongodb",