Skip to content

Commit bcdcd32

Browse files
committed
chore: release 8.20.1
1 parent e646c58 commit bcdcd32

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.20.1 / 2025-11-20
2+
===================
3+
* types: correct Model.schema type and fix unknown check for this param type in schema.methods #15750 #15693
4+
* docs: add detailed loadClass() TypeScript usage guide #15731 #12813 [Necro-Rohan](https://github.com/Necro-Rohan)
5+
* docs: update version support documentation for Mongoose #15761 [ManmathX](https://github.com/ManmathX)
6+
* docs: add copy-to-clipboard feature for code blocks in docs #15759 [vedansha07](https://github.com/vedansha07)
7+
18
8.20.0 / 2025-11-17
29
===================
310
* feat: cast id parameter based on schema _id type in DocumentArray.id() #15733 #15725 #15724 [Lex-Ashu](Lex-Ashu)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.20.0",
4+
"version": "8.20.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)