Skip to content

Commit

Permalink
chore: release 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 16, 2022
1 parent f96c36d commit fb3eb3a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
6.2.2 / 2022-02-16
==================
* fix: fix QueryCursor and AggregationCursor compatibility with Node v17.5 #11381 [benjamingr](https://github.com/benjamingr)
* fix: better esm support, no necessity for setting allowSyntheticDefaultImports and esModuleInterop #11343 [Uzlopak](https://github.com/Uzlopak)
* fix(model): apply projection parameter to hydrate() #11375
* fix: fix issue with creating arrays of length > 10000 #11405 [Uzlopak](https://github.com/Uzlopak)
* fix(document): minimize single nested subdocs #11247
* fix(connection): handle reopening base connection with useDb() #11240
* perf: use property access instead of `get()` helper where possible #11389 [Uzlopak](https://github.com/Uzlopak)
* fix: use `isArray()` instead of `instanceof Array` #11393 [Uzlopak](https://github.com/Uzlopak)
* perf: improve performance of `cast$expr()` #11388 [Uzlopak](https://github.com/Uzlopak)
* perf: remove `startsWith()` from `isOperator()` #11400 [Uzlopak](https://github.com/Uzlopak)
* fix(index.d.ts): extract `PipelineStage` into separate file #11368 [Uzlopak](https://github.com/Uzlopak)
* fix(index.d.ts): fix $search highlight path option type #11373 [lmX2015](https://github.com/lmX2015)
* docs: update changelog file to CHANGELOG.md #11365 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* docs: fix broken links #11388 #11377 [saibbyweb](https://github.com/saibbyweb)
* docs: remove double determiners in connections docs #11340 [Erma32](https://github.com/Erma32)

6.2.1 / 2022-02-07
==================
* perf: improve performance especially of validate and clone #11298 [Uzlopak](https://github.com/Uzlopak)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.2.1",
"version": "6.2.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit fb3eb3a

Please sign in to comment.