Skip to content

Commit

Permalink
chore: release 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 12, 2024
1 parent 70e8e19 commit 1972f7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
8.5.1 / 2024-07-12
==================
* perf(model): performance improvements for insertMany() #14724
* fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
* fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
* types: make _id required on Document type #14735 #14660
* types: fix ChangeStream.close to return a Promise<void> like the driver #14740 [orgads](https://github.com/orgads)

8.5.0 / 2024-07-08
==================
* perf: memoize toJSON / toObject default options #14672
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.5.0",
"version": "8.5.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1972f7f

Please sign in to comment.