From aa4b38af06eaead585b9986e1cfd9a831abcd647 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 7 Dec 2023 10:07:50 -0500 Subject: [PATCH] chore: release 8.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672fbb777f6..12c63c8d325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +8.0.3 / 2023-12-07 +================== + * fix(schema): avoid creating unnecessary clone of schematype in nested array so nested document arrays use correct constructor #14128 #14101 + * docs(connections): add example of registering connection event handlers #14150 + * docs(populate): add example of using `refPath` and `ref` functions #14133 #13834 + * types: handle using BigInt global class in schema definitions #14160 #14147 + * types: make findOneAndDelete() without options return result doc, not ModifyResult #14153 #14130 + * types(model): add no-generic override for insertMany() with options #14152 #13999 + * types: add missing Type for applyDefaults #14159 [jaypea](https://github.com/jaypea) + 7.6.7 / 2023-12-06 ================== * fix: avoid minimizing single nested subdocs if they are required #14151 #14058 diff --git a/package.json b/package.json index fca39215a51..a496c3d4337 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.0.2", + "version": "8.0.3", "author": "Guillermo Rauch ", "keywords": [ "mongodb",