Skip to content

Commit 3c7ae7a

Browse files
committed
chore: release 6.1.5
1 parent 869cbc8 commit 3c7ae7a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
6.1.5 / 2022-01-04
2+
==================
3+
* perf(index.d.ts): simplify Schema typedef for query helpers and methods to significantly reduce TS compiler overhead #10349
4+
* fix(document): allow populating deeply nested models as strings #11168 #11160 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5+
* fix(query): allow calling limit() and skip() with a string #11017
6+
* fix(cursor): propery apply selected fields when loading discriminator docs with query cursor #11130
7+
* fix(mongoose+connection): clone schema correctly when passing instance of another Mongoose instance's Schema to Connection.prototype.model() #11047
8+
* fix(index.d.ts): handle primitives with FlattenMaps #11117
9+
* fix(index.d.ts): enforce id on lean query result type #11118
10+
* fix(index.d.ts): export facet stage type #11150 [mhoc](https://github.com/mhoc)
11+
* fix(index.d.ts): correct return type of projection method #11176 [EugeneKorshenko](https://github.com/EugeneKorshenko)
12+
* fix(index.d.ts): additional fix for `$group` pipeline stage #11140 #11067 [EugeneKorshenko](https://github.com/EugeneKorshenko)
13+
* docs: update CONTRIBUTING.md for TS tests #11164 [ahmedelshenawy25](https://github.com/ahmedelshenawy25)
14+
* docs: use es6 object destructuring instead of regular dot operator for accessing value in object #11147 [Shivaansh-Agarwal](https://github.com/Shivaansh-Agarwal)
15+
116
6.1.4 / 2021-12-27
217
==================
318
* fix(document): handle save with undefined nested doc under subdoc #11110

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.1.4",
4+
"version": "6.1.5",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)