Skip to content

Commit 22e317d

Browse files
committed
chore: release 6.2.4
1 parent 4d6b630 commit 22e317d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
6.2.4 / 2022-02-28
2+
==================
3+
* fix(query): correctly return full deleteOne(), deleteMany() result #11211
4+
* fix(query): handle update validators on deeply nested subdocuments #11455 #11394
5+
* fix(discriminator): handle modifying multiple nested paths underneath a discriminator #11428
6+
* perf: improve isAsyncFunction #11408 [Uzlopak](https://github.com/Uzlopak)
7+
* fix(index.d.ts): add typedefs for Schema `pick()` #11448 [Moisei-Shkil](https://github.com/Moisei-Shkil)
8+
* fix(index.d.ts): allow type override for distinct() #11306
9+
* fix(index.d.ts): allow array of validators in schema definition #11355
10+
* fix(index.d.ts): improve connection typings #11418 [Uzlopak](https://github.com/Uzlopak)
11+
* docs: add timestamps docs #11336
12+
* docs(timestamps): explain how timestamps works under the hood #11336
13+
* docs(migrating_to_6): add model.exists breaking change returning doument instead of boolean #11407 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
14+
* docs(index.d.ts): add docs for FilterQuery, UpdateQuery, and LeanDocument #11457 [Moisei-Shkil](https://github.com/Moisei-Shkil)
15+
116
6.2.3 / 2022-02-21
217
==================
318
* fix(model): avoid dropping base model indexes when using discriminators with `Connection.prototype.syncIndexes()` #11424 #11421 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)

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

0 commit comments

Comments
 (0)