From eccf89f3574ad99b13f8a341d86921a0bf620930 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 17 Jan 2022 11:00:15 -0500 Subject: [PATCH] chore: release 6.1.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85989dd2aef..e4e9e2f086f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +6.1.7 / 2022-01-17 +================== + * fix(model): correct handling for $push on a nested array #11108 + * fix(update): correctly apply timestamps to update pipelines #11151 + * fix(document): correctly handle modifying array subdocument after setting array subdocument to itself #11172 + * fix(index.d.ts): allow passing options to model() in place of removed `skipInit` #11137 + * fix(aggregate): allow passing verbosity to Aggregate.prototype.explain() #11144 + * fix(index.d.ts): avoid TypeScript inferring _id as any type with HydratedDocument #11085 + * docs: fix Node.js Driver compat link #11214 [wesbos](https://github.com/wesbos) + * docs: remove extraneous backquote #11204 [joebowbeer](https://github.com/joebowbeer) + 6.1.6 / 2022-01-10 ================== * perf(document): delay creating document event emitter until used to improve memory usage, several small improvements to improve initing docs with large arrays #10400 diff --git a/package.json b/package.json index cc8d86661fb..60d495a7b80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.1.6", + "version": "6.1.7", "author": "Guillermo Rauch ", "keywords": [ "mongodb",