Skip to content

Commit 8330f1e

Browse files
committed
chore: release 8.6.3
1 parent 3902283 commit 8330f1e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
8.6.3 / 2024-09-17
2+
==================
3+
* fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869
4+
* fix: fix missing Aggregate re-exports for ESM #14886 [wongsean](https://github.com/wongsean)
5+
* types(document): add generic param to depopulate() to allow updating properties #14891 #14876
6+
17
8.6.2 / 2024-09-11
28
==================
39
* fix: make set merge deeply nested objects #14870 #14861 [ianHeydoc](https://github.com/ianHeydoc)

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

0 commit comments

Comments
 (0)