Skip to content

Commit 111758b

Browse files
committed
chore: release 6.1.4
1 parent 6745b69 commit 111758b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
6.1.4 / 2021-12-27
2+
==================
3+
* fix(document): handle save with undefined nested doc under subdoc #11110
4+
* fix(document): allow manually populating subdocument refs with `create()` #10856
5+
* fix(populate): handles refPath underneath map of subdocuments #9359
6+
* fix(update): throw error when calling findByIdAndUpdate with undefined id #11079 [gramliu](https://github.com/gramliu)
7+
* fix(mongoose): export ConnectionStates #11133 [orgads](https://github.com/orgads)
8+
* fix(index.d.ts): unpack array when using generic type override with `populate()` #11027
9+
* fix(index.d.ts): fix typings in Merge stage #11132
10+
* fix(index.d.ts): PipelineStage.Merge interface definition is wrong #11109
11+
* docs(typescript): add note about Schema.Types.ObjectId vs Types.ObjectId in document definition #10949
12+
* docs(connection): clarify that "connected" and "open" are different #10886
13+
* docs(populate): correct refPath example to not use on as a schema path name #11113
14+
* docs: fix `strictQuery` example #11135 [MontgomeryWatts](https://github.com/MontgomeryWatts)
15+
116
5.13.14 / 2021-12-27
217
====================
318
* fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024

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

0 commit comments

Comments
 (0)