You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
5
6.13.6 / 2025-01-13
2
6
===================
3
-
* fix: disallow nested $where in populate match
7
+
* fix: disallow nested $where in populate matchCVE-2025-23061
4
8
5
9
6.13.5 / 2024-11-26
6
10
===================
@@ -204,7 +208,7 @@
204
208
* fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously #12994[lpizzinidev](https://github.com/lpizzinidev)
205
209
* fix(document): save newly set defaults underneath single nested subdocuments #13002#12905
206
210
* 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)
208
212
* fix(types): fix type of options of Model.aggregate #12933[ghost91-](https://github.com/ghost91-)
209
213
* fix(types): fix "near" aggregation operator input type #12954[Jokero](https://github.com/Jokero)
210
214
* fix(types): add missing Top operator to AccumulatorOperator type declaration #12952[lpizzinidev](https://github.com/lpizzinidev)
@@ -233,7 +237,7 @@
233
237
* docs(typescript): add notes about virtual context to Mongoose 6 migration and TypeScript virtuals docs #12912#12806
234
238
* docs(schematypes): removed dead link and fixed formatting #12897#12885[lpizzinidev](https://github.com/lpizzinidev)
235
239
* 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
237
241
* docs: add list of known incompatible npm packages #12892[IslandRhythms](https://github.com/IslandRhythms)
0 commit comments