Skip to content

Commit

Permalink
chore: release 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 16, 2024
1 parent dd152c8 commit 7732ce2
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.1.3 / 2024-02-16
==================
* fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
* fix(populate): handle ref() functions that return a model instance #14343 #14249
* fix: insert version key when using insertMany even if `toObject.versionKey` set to false #14344
* fix(cursor): make aggregation cursor support transform option to match query cursor #14348 #14331
* docs(document): clarify that transform function option applies to subdocs #13757

8.1.2 / 2024-02-08
==================
* fix: include virtuals in document array toString() output if toObject.virtuals set #14335 #14315
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.1.2",
"version": "8.1.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 7732ce2

Please sign in to comment.