Skip to content

Commit b6e68f6

Browse files
committed
chore: release 6.1.2
1 parent f82a1e0 commit b6e68f6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
6.1.2 / 2021-12-14
2+
==================
3+
* fix: upgrade mongodb driver to 4.2.2 #11092 [lorand-horvath](https://github.com/lorand-horvath)
4+
* fix(model): respect discriminators when calling Model.watch() #11007
5+
* fix(populate): allow referencing parent connection models by name when using `useDb()` #11003
6+
* fix(query): support options param to `Query.prototype.countDocuments()` #11037
7+
* fix(query): correctly use awaitData instead of awaitdata in `Query.prototype.tailable()` #10875
8+
* fix(index.d.ts): fix replaceRoot type #11098 [alibehroozi](https://github.com/alibehroozi)
9+
* fix(index.d.ts): add missing syncIndexes() definition to Mongoose global and Connection class #11065
10+
* fix(index.d.ts): add boolean type for transform option #11057 [AliYusuf95](https://github.com/AliYusuf95)
11+
* docs(model.estimatedDocumentCount): add await into example to get value from the Query #11044 [olecom](https://github.com/olecom)
12+
* docs: fix broken build from awaitdata comment #11096 [medolino](https://github.com/medolino)
13+
* docs: correct Query.prototype.transform() docs #11094 [medolino](https://github.com/medolino)
14+
115
6.1.1 / 2021-12-09
216
==================
317
* fix(document): allow setting nested path to instance of document #11011

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.1",
4+
"version": "6.1.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)