Skip to content

Commit 9418094

Browse files
committed
chore: release 8.2.3
1 parent b51413c commit 9418094

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
8.2.2 / 2024-03-15
28
==================
39
* fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.2.2",
4+
"version": "8.2.3",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)