Skip to content

Commit

Permalink
chore: release 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 7, 2023
1 parent 2c8b6ab commit aa4b38a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.0.2",
"version": "8.0.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit aa4b38a

Please sign in to comment.