From 3c7ae7a37aa5f663f080e624d2074f636d709f81 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 4 Jan 2022 11:53:58 -0500 Subject: [PATCH] chore: release 6.1.5 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e9730689d..2f1d980be32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +6.1.5 / 2022-01-04 +================== + * perf(index.d.ts): simplify Schema typedef for query helpers and methods to significantly reduce TS compiler overhead #10349 + * fix(document): allow populating deeply nested models as strings #11168 #11160 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + * fix(query): allow calling limit() and skip() with a string #11017 + * fix(cursor): propery apply selected fields when loading discriminator docs with query cursor #11130 + * fix(mongoose+connection): clone schema correctly when passing instance of another Mongoose instance's Schema to Connection.prototype.model() #11047 + * fix(index.d.ts): handle primitives with FlattenMaps #11117 + * fix(index.d.ts): enforce id on lean query result type #11118 + * fix(index.d.ts): export facet stage type #11150 [mhoc](https://github.com/mhoc) + * fix(index.d.ts): correct return type of projection method #11176 [EugeneKorshenko](https://github.com/EugeneKorshenko) + * fix(index.d.ts): additional fix for `$group` pipeline stage #11140 #11067 [EugeneKorshenko](https://github.com/EugeneKorshenko) + * docs: update CONTRIBUTING.md for TS tests #11164 [ahmedelshenawy25](https://github.com/ahmedelshenawy25) + * docs: use es6 object destructuring instead of regular dot operator for accessing value in object #11147 [Shivaansh-Agarwal](https://github.com/Shivaansh-Agarwal) + 6.1.4 / 2021-12-27 ================== * fix(document): handle save with undefined nested doc under subdoc #11110 diff --git a/package.json b/package.json index 6698f90f5bd..2d62daefd84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.1.4", + "version": "6.1.5", "author": "Guillermo Rauch ", "keywords": [ "mongodb",