Skip to content

Commit

Permalink
chore: release 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 21, 2024
1 parent b51413c commit 9418094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
8.2.3 / 2024-03-21
==================
* fix(schema): avoid returning string 'nested' as schematype #14453 #14443 #14435
* types(schema): add missing search index types #14449 [noseworthy](https://github.com/noseworthy)
* types: improve the typing of FilterQuery<T> type to prevent it from only getting typed to any #14436 #14398 #14397

8.2.2 / 2024-03-15
==================
* fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 9418094

Please sign in to comment.