From 8116374bf6bf377388347d0cc86be936adb4d543 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 15 Mar 2024 14:24:58 -0400 Subject: [PATCH] chore: release 8.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1296704010f..a6cf1375736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +8.2.2 / 2024-03-15 +================== + * fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782 + * fix: add Null check in case schema.options['type'][0] is undefined #14431 [Atharv-Bobde](https://github.com/Atharv-Bobde) + * types: consistently infer array of objects in schema as a DocumentArray #14430 #14367 + * types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue #14428 #14429 [jkorach](https://github.com/jkorach) + * types: add pre and post function types on Query class #14433 #14432 [IICarst](https://github.com/IICarst) + * types(model): make bulkWrite() types more flexible to account for casting #14423 + * docs: update version support documentation for mongoose 5 & 6 #14427 [hasezoey](https://github.com/hasezoey) + 7.6.10 / 2024-03-13 =================== * docs(model): add extra note about lean option for insertMany() skipping casting #14415 diff --git a/package.json b/package.json index 55adb04c2af..23ee85bebe4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.2.1", + "version": "8.2.2", "author": "Guillermo Rauch ", "keywords": [ "mongodb",