Skip to content

Commit

Permalink
chore: release 8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 15, 2024
1 parent 3526799 commit 5e08e3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
8.3.5 / 2024-05-15
==================
* fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
* types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods #14581 #14574
* docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context #14575 #14573

8.3.4 / 2024-05-06
==================
* perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
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.3.4",
"version": "8.3.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 5e08e3e

Please sign in to comment.