Skip to content

Commit c3b4bdb

Browse files
committedMay 24, 2024·
chore: release 6.12.9
1 parent eb61572 commit c3b4bdb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.12.9 / 2024-05-24
2+
===================
3+
* fix(cast): cast $comment to string in query filters #14590 #14576
4+
* types(model): allow passing strict type checking override to create() #14571 #14548
5+
16
6.12.8 / 2024-04-10
27
===================
38
* fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446

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

0 commit comments

Comments
 (0)
Please sign in to comment.