Skip to content

Commit

Permalink
chore: release 6.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 17, 2022
1 parent 1845a57 commit 4e7e6ca
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 @@
6.3.9 / 2022-06-17
==================
* fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
* fix(types): correct typing in post aggregate hooks #11924 [GCastilho](https://github.com/GCastilho)
* docs: remove connect-option reconnectTries and reconnectInterval #11930 [Uzlopak](https://github.com/Uzlopak)

6.3.8 / 2022-06-13
==================
* fix: revert 670b445b0fc perf optimizations that caused some test failures #11541
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": "6.3.8",
"version": "6.3.9",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4e7e6ca

Please sign in to comment.