We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51413c commit 9418094Copy full SHA for 9418094
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.2.3 / 2024-03-21
2
+==================
3
+ * fix(schema): avoid returning string 'nested' as schematype #14453 #14443 #14435
4
+ * types(schema): add missing search index types #14449 [noseworthy](https://github.com/noseworthy)
5
+ * types: improve the typing of FilterQuery<T> type to prevent it from only getting typed to any #14436 #14398 #14397
6
+
7
8.2.2 / 2024-03-15
8
==================
9
* fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.2.2",
+ "version": "8.2.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments