We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aded5 commit b430b8aCopy full SHA for b430b8a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+8.13.0 / 2025-03-24
2
+===================
3
+ * feat: bump mongodb driver -> 6.15.0
4
+ * feat: support custom types exported from driver #15321
5
+
6
8.12.2 / 2025-03-21
7
===================
8
* fix(document): avoid stripping out fields in discriminator schema after select: false field #15322 #15308
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.12.2",
+ "version": "8.13.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments