Skip to content

Commit

Permalink
chore: release 6.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 23, 2022
1 parent 17a5d5a commit 8fe3bd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
6.2.8 / 2022-03-22
==================
* fix(document): handle casting array of spread docs #11522
* fix(document): avoid setting nested properties on top-level document when initing with strict: false #11526
* fix(document): correctly handle deeply nested subdocuments when getting paths to validate #11501
* fix(types): avoid making TInstanceMethods any by default leading to `this = any` in middleware #11435
* fix(types): allow defining array default if using Types.Array<> in document interface #11391
* docs(migrating_to_6): describe breaking change in Mongoose 6 about default query populate model #11289
* docs(middleware): fix typo #11537 [x1489](https://github.com/x1489)

6.2.7 / 2022-03-16
==================
* perf(document): avoid running validation on every array element if there's no validators to run #11380
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.7",
"version": "6.2.8",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8fe3bd2

Please sign in to comment.