Skip to content

Commit 7732ce2

Browse files
committed
chore: release 8.1.3
1 parent dd152c8 commit 7732ce2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.1.3 / 2024-02-16
2+
==================
3+
* fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
4+
* fix(populate): handle ref() functions that return a model instance #14343 #14249
5+
* fix: insert version key when using insertMany even if `toObject.versionKey` set to false #14344
6+
* fix(cursor): make aggregation cursor support transform option to match query cursor #14348 #14331
7+
* docs(document): clarify that transform function option applies to subdocs #13757
8+
19
8.1.2 / 2024-02-08
210
==================
311
* fix: include virtuals in document array toString() output if toObject.virtuals set #14335 #14315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.1.2",
4+
"version": "8.1.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)