We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3902283 commit 8330f1eCopy full SHA for 8330f1e
CHANGELOG.md
@@ -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
+
7
8.6.2 / 2024-09-11
8
==================
9
* fix: make set merge deeply nested objects #14870 #14861 [ianHeydoc](https://github.com/ianHeydoc)
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.6.2",
+ "version": "8.6.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments