Skip to content

Commit b2ae288

Browse files
committed
chore: release 8.19.1
1 parent 7d70708 commit b2ae288

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.19.1 / 2025-10-06
2+
===================
3+
* perf: avoid getting all modified paths in update when checking if versionKey needs to be set #15677 #15672
4+
* perf: Avoid needless path translation #15679 [orgads](https://github.com/orgads)
5+
* fix(query): throw error if using update operator with modifier and no path #15670 #15642
6+
* types: avoid making FilterQuery a conditional type because of how typescript handles distributed conditional unions #15676 #15671
7+
* docs: update installation instructions #15675 [aalok-y](https://github.com/aalok-y)
8+
19
8.19.0 / 2025-10-02
210
===================
311
* feat: upgrade mongodb driver to 6.20.0 #15651 #15656

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.0",
4+
"version": "8.19.1",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)