From ea04d7062b63d01abb0f93e2ae77d5ba84728049 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 17 Jun 2024 17:45:27 -0400 Subject: [PATCH] chore: release 8.4.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3949175596..42331a57f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +8.4.2 / 2024-06-17 +================== + * perf: more toObject() perf improvements #14623 #14606 #14394 + * fix(model): check the value of overwriteModels in options when calling discriminator() #14646 [uditha-g](https://github.com/uditha-g) + * fix: avoid throwing TypeError when deleting an null entry on a populated Map #14654 [futurliberta](https://github.com/futurliberta) + * fix(connection): fix up some inconsistencies in operation-end event and add to docs #14659 #14648 + * types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #14667 #14630 + * docs: add note about parallelism in transations #14647 [fiws](https://github.com/fiws) + 8.4.1 / 2024-05-31 ================== * fix: pass options to clone instead of get in applyVirtuals #14606 #14543 [andrews05](https://github.com/andrews05) diff --git a/package.json b/package.json index 4346d76811a..98174ffbf48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.4.1", + "version": "8.4.2", "author": "Guillermo Rauch ", "keywords": [ "mongodb",