Skip to content

Commit

Permalink
chore: release 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 28, 2022
1 parent 4d6b630 commit 22e317d
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.2.4 / 2022-02-28
==================
* fix(query): correctly return full deleteOne(), deleteMany() result #11211
* fix(query): handle update validators on deeply nested subdocuments #11455 #11394
* fix(discriminator): handle modifying multiple nested paths underneath a discriminator #11428
* perf: improve isAsyncFunction #11408 [Uzlopak](https://github.com/Uzlopak)
* fix(index.d.ts): add typedefs for Schema `pick()` #11448 [Moisei-Shkil](https://github.com/Moisei-Shkil)
* fix(index.d.ts): allow type override for distinct() #11306
* fix(index.d.ts): allow array of validators in schema definition #11355
* fix(index.d.ts): improve connection typings #11418 [Uzlopak](https://github.com/Uzlopak)
* docs: add timestamps docs #11336
* docs(timestamps): explain how timestamps works under the hood #11336
* docs(migrating_to_6): add model.exists breaking change returning doument instead of boolean #11407 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* docs(index.d.ts): add docs for FilterQuery, UpdateQuery, and LeanDocument #11457 [Moisei-Shkil](https://github.com/Moisei-Shkil)

6.2.3 / 2022-02-21
==================
* fix(model): avoid dropping base model indexes when using discriminators with `Connection.prototype.syncIndexes()` #11424 #11421 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
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.2.3",
"version": "6.2.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 22e317d

Please sign in to comment.