Skip to content

Commit c1a6a01

Browse files
committed
chore: release 6.3.0
1 parent 97e7f43 commit c1a6a01

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
6.3.0 / 2022-04-14
2+
==================
3+
* fix: upgrade mongodb driver -> 4.5.0 #11623 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+
* feat(schema): allow defining discriminators on schema and in schema definition #7971 [IslandRhythms](https://github.com/IslandRhythms)
5+
* feat(base): add option to set allowDiskUse globally #11554 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
6+
* feat(schema): add `removeIndex()` and `clearIndex()` #11547 [IslandRhythms](https://github.com/IslandRhythms)
7+
* feat(cursor): add `continueOnError` option to allow executing `eachAsync()` on all docs even if error occurs #6355
8+
* feat(query): add `versionKey` option to `lean()` for removing version key from lean docs #8934 [IslandRhythms](https://github.com/IslandRhythms)
9+
* feat(types): create new ProjectionType type for select(), find(), etc. #11437
10+
* chore: use webpack 5 for browser build #11584 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
11+
112
6.2.11 / 2022-04-13
213
===================
314
* fix(document): handle validation with triply nested document arrays #11564

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

0 commit comments

Comments
 (0)