Skip to content

Commit c00a715

Browse files
committedApr 10, 2024·
chore: release 6.12.8
1 parent d3cb2ab commit c00a715

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.12.8 / 2024-04-10
2+
===================
3+
* fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
4+
* fix(schematype): consistently set wasPopulated to object with `value` property rather than boolean #14418
5+
* docs(model): add extra note about lean option for insertMany() skipping casting #14415 #14376
6+
17
6.12.7 / 2024-03-01
28
===================
39
* perf(model): make insertMany() lean option skip hydrating Mongoose docs #14376 #14372

‎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": "6.12.7",
4+
"version": "6.12.8",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.