Skip to content

Commit

Permalink
chore: release 6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 16, 2022
1 parent 6aaddb3 commit 75ca68b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6.2.7 / 2022-03-16
==================
* perf(document): avoid running validation on every array element if there's no validators to run #11380
* fix(cursor): correctly populate in batches when batchSize is set #11509
* fix(connection): avoid setting MongoClient on useDb() connections until after setting on base connection #11445
* fix(schema): throw more helpful error when using schema from a different version of Mongoose module #10453
* fix: add missing timeseries expiration handling #11489 #11229 [Uzlopak](https://github.com/Uzlopak)
* docs: correct Model.findOneAndReplace docs param naming #11524 [anatolykopyl](https://github.com/anatolykopyl)

6.2.6 / 2022-03-11
==================
* fix(types): correct reference to cursor TypeScript bindings #11513 [SimonHausdorf](https://github.com/SimonHausdorf)
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.6",
"version": "6.2.7",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 75ca68b

Please sign in to comment.