Skip to content

Commit

Permalink
chore: release 6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 21, 2021
1 parent 05b3cd0 commit b30b7d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
6.0.12 / 2021-10-21
===================
* fix(cursor): remove the logic for emitting close, rely on autoDestroy option for Node 12 support #10906 [iovanom](https://github.com/iovanom)
* * fix(map): support passing flattenMaps: false to Map toJSON(), make `toJSON()` flatten maps by default in TypeScript #10872
* fix: upgrade to mongodb driver 4.1.3 #10911 [orgads](https://github.com/orgads)
* fix(index.d.ts): correct TS function signature for `SchemaType.prototype.set()` #10799
* fix(index.d.ts): support implicit $in in FilterQuery #10826
* fix(index.d.ts): More precise type for Schema.clone() #10899 [coyotte508](https://github.com/coyotte508)
* fix(index.d.ts): add caster property to schema arrays and document arrays #10865
* docs: update `updateMany()` and `deleteMany()` docs to reflect new `matchedCount`, `modifiedCount`, `deletedCount` properties #10908 [IslandRhythms](https://github.com/IslandRhythms)
* docs: fix broken links to populate virtuals #10870 [IslandRhythms](https://github.com/IslandRhythms)
* docs: updated docs to have returnOriginal, removed new and returnDocument #10887 [IslandRhythms](https://github.com/IslandRhythms)

5.13.12 / 2021-10-19
====================
* fix(cursor): use stream destroy method on close to prevent emitting duplicate 'close' #10897 [iovanom](https://github.com/iovanom)
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.0.11",
"version": "6.0.12",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b30b7d4

Please sign in to comment.