Skip to content

Commit 3178bbb

Browse files
committed
chore: release 8.2.4
1 parent 9c1fa22 commit 3178bbb

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.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+
17
8.2.3 / 2024-03-21
28
==================
39
* fix(schema): avoid returning string 'nested' as schematype #14453 #14443 #14435

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.3",
4+
"version": "8.2.4",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)