Skip to content

Commit aa4b38a

Browse files
committed
chore: release 8.0.3
1 parent 2c8b6ab commit aa4b38a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.0.3 / 2023-12-07
2+
==================
3+
* fix(schema): avoid creating unnecessary clone of schematype in nested array so nested document arrays use correct constructor #14128 #14101
4+
* docs(connections): add example of registering connection event handlers #14150
5+
* docs(populate): add example of using `refPath` and `ref` functions #14133 #13834
6+
* types: handle using BigInt global class in schema definitions #14160 #14147
7+
* types: make findOneAndDelete() without options return result doc, not ModifyResult #14153 #14130
8+
* types(model): add no-generic override for insertMany() with options #14152 #13999
9+
* types: add missing Type for applyDefaults #14159 [jaypea](https://github.com/jaypea)
10+
111
7.6.7 / 2023-12-06
212
==================
313
* fix: avoid minimizing single nested subdocs if they are required #14151 #14058

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.0.2",
4+
"version": "8.0.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)