We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1fa22 commit 3178bbbCopy full SHA for 3178bbb
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.2.4 / 2024-03-28
2
+==================
3
+ * types(query): bring "getFilter" and "getQuery" in-line with "find" and other types #14463 [noseworthy](https://github.com/noseworthy)
4
+ * types(schema): re-export the defintion for SearchIndexDescription #14464
5
+ * docs: removed unused hook from docs #14461 [bernardarhia](https://github.com/bernardarhia)
6
+
7
8.2.3 / 2024-03-21
8
==================
9
* fix(schema): avoid returning string 'nested' as schematype #14453 #14443 #14435
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.2.3",
+ "version": "8.2.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments