Skip to content

Commit dee22ce

Browse files
committed
chore: release 7.0.2
1 parent f40b659 commit dee22ce

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
7.0.2 / 2023-03-15
2+
==================
3+
* fix: validate array elements when passing array path to validateSync() in pathsToValidate #13167 #13159
4+
* fix(schema): propagate typeKey down to implicitly created subdocuments #13164 #13154
5+
* fix(types): add index param to eachAsync fn #13153 [krosenk729](https://github.com/krosenk729)
6+
* fix(types/documentarray): type DocumentArray constructor parameter as object #13089 #13087 [lpizzinidev](https://github.com/lpizzinidev)
7+
* fix(types): type query `select()` as string, string[], or record; not `any` #13146 #13142 [rbereziuk](https://github.com/rbereziuk)
8+
* fix(types/query): change QueryOptions lean type to Record<string, any> #13150 [lpizzinidev](https://github.com/lpizzinidev)
9+
* docs: add and run eslint-plugin-markdown #13156 [hasezoey](https://github.com/hasezoey)
10+
* docs(generateSearch): fix search generation for API #13161 [hasezoey](https://github.com/hasezoey)
11+
* docs(generateSearch): move config missing error to require #13160 [hasezoey](https://github.com/hasezoey)
12+
* chore: remove unused docs libraries #13172 [hasezoey](https://github.com/hasezoey)
13+
114
6.10.3 / 2023-03-13
215
===================
316
* fix(connection): add stub implementation of doClose to base connection class #13157

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.0.1",
4+
"version": "7.0.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)