Skip to content

Commit

Permalink
chore: release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 9, 2021
1 parent 61ad24d commit b5f5678
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
6.1.1 / 2021-12-09
==================
* fix(document): allow setting nested path to instance of document #11011
* fix(update): respect strict option when casting array filters #11062
* fix(index.d.ts): allow SchemaTypes.Mixed for all schema definition properties to allow using union types #10900
* fix(index.d.ts): correct types for Schema.prototype.obj and `Model.schema` #10895
* docs(migrating_to_6): add note about Types.ObjectId() being a class and requiring `new` #10960

6.1.0 / 2021-12-07
==================
* feat(populate): support ref on subdocuments #10856
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.0",
"version": "6.1.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b5f5678

Please sign in to comment.