We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21a239 commit 22210b1Copy full SHA for 22210b1
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+6.13.4 / 2024-11-15
2
+===================
3
+ * fix: save execution stack in query as string #15043 #15039
4
+ * docs: clarify strictQuery default will flip-flop in "Migrating to 6.x" #14998 [markstos](https://github.com/markstos)
5
+
6
6.13.3 / 2024-09-23
7
===================
8
* docs(migrating_to_6): document that Lodash _.isEmpty() with ObjectId() as a parameter returns true in Mongoose 6 #11152
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.13.3",
+ "version": "6.13.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments