Skip to content

Commit

Permalink
chore: release 6.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 10, 2024
1 parent d3cb2ab commit c00a715
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 @@
6.12.8 / 2024-04-10
===================
* fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
* fix(schematype): consistently set wasPopulated to object with `value` property rather than boolean #14418
* docs(model): add extra note about lean option for insertMany() skipping casting #14415 #14376

6.12.7 / 2024-03-01
===================
* perf(model): make insertMany() lean option skip hydrating Mongoose docs #14376 #14372
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": "6.12.7",
"version": "6.12.8",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c00a715

Please sign in to comment.