Skip to content

Commit

Permalink
chore: release 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 17, 2024
1 parent 332f7f5 commit ea04d70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
8.4.2 / 2024-06-17
==================
* perf: more toObject() perf improvements #14623 #14606 #14394
* fix(model): check the value of overwriteModels in options when calling discriminator() #14646 [uditha-g](https://github.com/uditha-g)
* fix: avoid throwing TypeError when deleting an null entry on a populated Map #14654 [futurliberta](https://github.com/futurliberta)
* fix(connection): fix up some inconsistencies in operation-end event and add to docs #14659 #14648
* types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #14667 #14630
* docs: add note about parallelism in transations #14647 [fiws](https://github.com/fiws)

8.4.1 / 2024-05-31
==================
* fix: pass options to clone instead of get in applyVirtuals #14606 #14543 [andrews05](https://github.com/andrews05)
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.4.1",
"version": "8.4.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit ea04d70

Please sign in to comment.