Skip to content

Commit a50264b

Browse files
committed
chore: release 8.6.2
1 parent dd7e75e commit a50264b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.6.2 / 2024-09-11
2+
==================
3+
* fix: make set merge deeply nested objects #14870 #14861 [ianHeydoc](https://github.com/ianHeydoc)
4+
* types: allow arbitrary keys in query filters again (revert #14764) #14874 #14863 #14862 #14842
5+
* types: make SchemaType static setters property accessible in TypeScript #14881 #14879
6+
* type(inferrawdoctype): infer Date types as JS dates rather than Mongoose SchemaType Date #14882 #14839
7+
18
8.6.1 / 2024-09-03
29
==================
310
* fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835

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

0 commit comments

Comments
 (0)