We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent eb61572 commit c3b4bdbCopy full SHA for c3b4bdb
CHANGELOG.md
@@ -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
+
6
6.12.8 / 2024-04-10
7
===================
8
* fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.12.8",
+ "version": "6.12.9",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments