Skip to content

Commit

Permalink
chore: release 8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 6, 2024
1 parent 13db408 commit 88afc33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
8.3.4 / 2024-05-06
==================
* perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
* fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #14562 #14521
* fix(model): consistent top-level timestamps option for bulkWrite operations
#14546 #14536
* docs(connections): improve description of connection creation patterns #14564 #14528

8.3.3 / 2024-04-29
==================
* perf(document): add fast path for applying non-nested virtuals to JSON #14543
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.3.3",
"version": "8.3.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 88afc33

Please sign in to comment.