Skip to content

Commit dfa12ca

Browse files
committed
chore: release 8.19.4
1 parent 8949291 commit dfa12ca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.19.4 / 2025-11-14
2+
===================
3+
* fix(schema): avoid throwing error on array of unions #15720 #15718
4+
* fix: store original index on insertMany validation errors #15735 [Jadu07](https://github.com/Jadu07)
5+
* types: correct return type of discriminator to Model<U> #15726 [twentytwo777](https://github.com/twentytwo777)
6+
* docs: improve Next.js integration guide with comprehensive examples #15730 [adarsh-priydarshi-5646](https://github.com/adarsh-priydarshi-5646)
7+
* docs: add documentation for Union Schema Type #15721 [TechGenie-awake](https://github.com/TechGenie-awake)
8+
* docs: removed the outdated callback and replaced them with async/await pattern #15723 [hk2166](https://github.com/hk2166)
9+
* docs: fix lingering remove() call in statics docs #15737 [Gautam-Bharadwaj](https://github.com/Gautam-Bharadwaj)
10+
* docs: fix inline doc typo in schematypes.d.ts #15738 [hagid786](https://github.com/hagid786)
11+
112
8.19.3 / 2025-11-04
213
===================
314
* fix(model+plugins): correctly apply shard key on deleteOne() #15705 #15701

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

0 commit comments

Comments
 (0)