Skip to content

Commit 113e801

Browse files
committed
chore: release 9.0.0-rc1
1 parent 10ff060 commit 113e801

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
9.0.0-rc1 / 2025-11-19
2+
======================
3+
* fix(populate): correctly populate embedded discriminators on subdocuments #15774
4+
15
9.0.0-rc0 / 2025-11-19
26
======================
37
* BREAKING CHANGE: drop support for callback-based pre middleware, e.g. `next()` in `pre()` hooks

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

0 commit comments

Comments
 (0)