Skip to content

Commit 2dda096

Browse files
committed
chore: release 8.14.2
1 parent ba4c1b8 commit 2dda096

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
8.14.2 / 2025-05-08
2+
===================
3+
* fix(query): handle casting array filter paths underneath array filter paths with embedded discriminators #15388 #15386
4+
* docs(typescript): correct schema and model generic params in TS virtuals docs #15391
5+
* docs+types(schema): add alternative optimisticConcurrency syntaxes to docs + types #15405 #10591
6+
* chore: add Node 24 to CI matrix #15408 [stscoundrel](https://github.com/stscoundrel)
7+
18
7.8.7 / 2025-04-30
29
==================
3-
* types(aggregate): allow calling project() with a string #15304 #15300
4-
* docs: update deleteOne & deleteMany API def #15360 [Elliot67](https://github.com/Elliot67) [SethFalco](https://github.com/SethFalco)
10+
* types(aggregate): allow calling project() with a string #15304 #15300
11+
* docs: update deleteOne & deleteMany API def #15360 [Elliot67](https://github.com/Elliot67) [SethFalco](https://github.com/SethFalco)
512

613
8.14.1 / 2025-04-29
714
===================

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

0 commit comments

Comments
 (0)