Skip to content

Commit c89c47e

Browse files
committed
chore: release 6.13.7
1 parent e59e342 commit c89c47e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
6.13.7 / 2025-01-20
2+
===================
3+
* chore: re-release to force npm audit to pick up 6.x fix for CVE-2025-23061
4+
15
6.13.6 / 2025-01-13
26
===================
3-
* fix: disallow nested $where in populate match
7+
* fix: disallow nested $where in populate match CVE-2025-23061
48

59
6.13.5 / 2024-11-26
610
===================
@@ -204,7 +208,7 @@
204208
* fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously #12994 [lpizzinidev](https://github.com/lpizzinidev)
205209
* fix(document): save newly set defaults underneath single nested subdocuments #13002 #12905
206210
* fix(update): handle custom discriminator model name when casting update #12947 [wassil](https://github.com/wassil)
207-
* fix(connection): handles unique autoincrement ID for connections #12990 [lpizzinidev](https://github.com/lpizzinidev)
211+
* fix(connection): handles unique autoincrement ID for connections #12990 [lpizzinidev](https://github.com/lpizzinidev)
208212
* fix(types): fix type of options of Model.aggregate #12933 [ghost91-](https://github.com/ghost91-)
209213
* fix(types): fix "near" aggregation operator input type #12954 [Jokero](https://github.com/Jokero)
210214
* fix(types): add missing Top operator to AccumulatorOperator type declaration #12952 [lpizzinidev](https://github.com/lpizzinidev)
@@ -233,7 +237,7 @@
233237
* docs(typescript): add notes about virtual context to Mongoose 6 migration and TypeScript virtuals docs #12912 #12806
234238
* docs(schematypes): removed dead link and fixed formatting #12897 #12885 [lpizzinidev](https://github.com/lpizzinidev)
235239
* docs: fix link to lean api #12910 [manniL](https://github.com/manniL)
236-
* docs: list all possible strings for schema.pre in one place #12868
240+
* docs: list all possible strings for schema.pre in one place #12868
237241
* docs: add list of known incompatible npm packages #12892 [IslandRhythms](https://github.com/IslandRhythms)
238242

239243
6.8.3 / 2023-01-06

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

0 commit comments

Comments
 (0)