Skip to content

Commit

Permalink
chore: release 8.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 17, 2024
1 parent 3902283 commit 8330f1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
8.6.3 / 2024-09-17
==================
* fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869
* fix: fix missing Aggregate re-exports for ESM #14886 [wongsean](https://github.com/wongsean)
* types(document): add generic param to depopulate() to allow updating properties #14891 #14876

8.6.2 / 2024-09-11
==================
* fix: make set merge deeply nested objects #14870 #14861 [ianHeydoc](https://github.com/ianHeydoc)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.6.2",
"version": "8.6.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8330f1e

Please sign in to comment.