Skip to content

Commit

Permalink
chore: release 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 15, 2024
1 parent 7c726c2 commit 8116374
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.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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.2.1",
"version": "8.2.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8116374

Please sign in to comment.