Skip to content

Commit

Permalink
chore: release 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 27, 2021
1 parent 6745b69 commit 111758b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
6.1.4 / 2021-12-27
==================
* fix(document): handle save with undefined nested doc under subdoc #11110
* fix(document): allow manually populating subdocument refs with `create()` #10856
* fix(populate): handles refPath underneath map of subdocuments #9359
* fix(update): throw error when calling findByIdAndUpdate with undefined id #11079 [gramliu](https://github.com/gramliu)
* fix(mongoose): export ConnectionStates #11133 [orgads](https://github.com/orgads)
* fix(index.d.ts): unpack array when using generic type override with `populate()` #11027
* fix(index.d.ts): fix typings in Merge stage #11132
* fix(index.d.ts): PipelineStage.Merge interface definition is wrong #11109
* docs(typescript): add note about Schema.Types.ObjectId vs Types.ObjectId in document definition #10949
* docs(connection): clarify that "connected" and "open" are different #10886
* docs(populate): correct refPath example to not use on as a schema path name #11113
* docs: fix `strictQuery` example #11135 [MontgomeryWatts](https://github.com/MontgomeryWatts)

5.13.14 / 2021-12-27
====================
* fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024
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.1.3",
"version": "6.1.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 111758b

Please sign in to comment.