Skip to content

Commit b5f5678

Browse files
committed
chore: release 6.1.1
1 parent 61ad24d commit b5f5678

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
6.1.1 / 2021-12-09
2+
==================
3+
* fix(document): allow setting nested path to instance of document #11011
4+
* fix(update): respect strict option when casting array filters #11062
5+
* fix(index.d.ts): allow SchemaTypes.Mixed for all schema definition properties to allow using union types #10900
6+
* fix(index.d.ts): correct types for Schema.prototype.obj and `Model.schema` #10895
7+
* docs(migrating_to_6): add note about Types.ObjectId() being a class and requiring `new` #10960
8+
19
6.1.0 / 2021-12-07
210
==================
311
* feat(populate): support ref on subdocuments #10856

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

0 commit comments

Comments
 (0)