Skip to content

Commit 4e7e6ca

Browse files
committed
chore: release 6.3.9
1 parent 1845a57 commit 4e7e6ca

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+
6.3.9 / 2022-06-17
2+
==================
3+
* fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
4+
* fix(types): correct typing in post aggregate hooks #11924 [GCastilho](https://github.com/GCastilho)
5+
* docs: remove connect-option reconnectTries and reconnectInterval #11930 [Uzlopak](https://github.com/Uzlopak)
6+
17
6.3.8 / 2022-06-13
28
==================
39
* fix: revert 670b445b0fc perf optimizations that caused some test failures #11541

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

0 commit comments

Comments
 (0)