Skip to content

Commit fb3eb3a

Browse files
committed
chore: release 6.2.2
1 parent f96c36d commit fb3eb3a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
6.2.2 / 2022-02-16
2+
==================
3+
* fix: fix QueryCursor and AggregationCursor compatibility with Node v17.5 #11381 [benjamingr](https://github.com/benjamingr)
4+
* fix: better esm support, no necessity for setting allowSyntheticDefaultImports and esModuleInterop #11343 [Uzlopak](https://github.com/Uzlopak)
5+
* fix(model): apply projection parameter to hydrate() #11375
6+
* fix: fix issue with creating arrays of length > 10000 #11405 [Uzlopak](https://github.com/Uzlopak)
7+
* fix(document): minimize single nested subdocs #11247
8+
* fix(connection): handle reopening base connection with useDb() #11240
9+
* perf: use property access instead of `get()` helper where possible #11389 [Uzlopak](https://github.com/Uzlopak)
10+
* fix: use `isArray()` instead of `instanceof Array` #11393 [Uzlopak](https://github.com/Uzlopak)
11+
* perf: improve performance of `cast$expr()` #11388 [Uzlopak](https://github.com/Uzlopak)
12+
* perf: remove `startsWith()` from `isOperator()` #11400 [Uzlopak](https://github.com/Uzlopak)
13+
* fix(index.d.ts): extract `PipelineStage` into separate file #11368 [Uzlopak](https://github.com/Uzlopak)
14+
* fix(index.d.ts): fix $search highlight path option type #11373 [lmX2015](https://github.com/lmX2015)
15+
* docs: update changelog file to CHANGELOG.md #11365 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
16+
* docs: fix broken links #11388 #11377 [saibbyweb](https://github.com/saibbyweb)
17+
* docs: remove double determiners in connections docs #11340 [Erma32](https://github.com/Erma32)
18+
119
6.2.1 / 2022-02-07
220
==================
321
* perf: improve performance especially of validate and clone #11298 [Uzlopak](https://github.com/Uzlopak)

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

0 commit comments

Comments
 (0)