Skip to content

Commit

Permalink
chore: release 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 4, 2022
1 parent 869cbc8 commit 3c7ae7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1.4",
"version": "6.1.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 3c7ae7a

Please sign in to comment.