Skip to content

Commit

Permalink
chore: release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 2, 2022
1 parent 998e778 commit bea37de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
6.2.0 / 2022-02-02
==================
* feat(connection+mongoose): add support for continueOnError for syncIndexes #11266 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* feat(query): cast literals in `$expr` where possible #10663
* feat(schema+mongoose): add pluginTags to allow applying global plugins to only schemas with matching tags #9780
* feat(discriminator): support overwriteModels:true to reuse discriminator names #11244 #10931 [IslandRhythms](https://github.com/IslandRhythms)
* feat(index.d.ts): add DocType generic param to Model functions that return queries to better support projections #11156
* feat(error): export MongooseServerSelectionError #11202
* feat(schematype): add validators, path, isRequired to public API and TypeScript types #11139
* fix(model): make exists(...) return lean document with _id or null instead of boolean #11142 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(model): support storing versionKey in nested paths #10980
* fix(index.d.ts): add options to `bulkSave()` type def #11201 [Uzlopak](https://github.com/Uzlopak)
* fix(index.d.ts): better support for query projections #11210 [EugeneKorshenko](https://github.com/EugeneKorshenko)

6.1.10 / 2022-02-01
===================
* fix(mongoose): correctly handle destructured isValidObjectId #11304
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.1.10",
"version": "6.2.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit bea37de

Please sign in to comment.