From b30b7d4970adecc5a7cebb6707e62804746f0694 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 21 Oct 2021 17:18:42 -0400 Subject: [PATCH] chore: release 6.0.12 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91730b8614..f89c54cb352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5d13bf76f91..a7204d0b77b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.0.11", + "version": "6.0.12", "author": "Guillermo Rauch ", "keywords": [ "mongodb",