Skip to content

Commit 700c05b

Browse files
committed
chore: release 8.18.3
1 parent 43388c9 commit 700c05b

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.18.3 / 2025-09-29
2+
===================
3+
* fix(update): avoid throwing error if update has a top-level $addToSet with no path #15648 #15642
4+
* types(query): allow passing arbitrary options #15644 #15643
5+
* docs(connection+mongoose): correct mongodb option name user -> username #15650 #15647
6+
* test: add tests covering vector search and text search using Atlas CLI #15649 #15645
7+
18
8.18.2 / 2025-09-22
29
===================
310
* fix(document): prevent $clone() from converting mongoose arrays into vanilla arrays #15633 #15625

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

0 commit comments

Comments
 (0)