Skip to content

Commit

Permalink
chore: release 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 21, 2022
1 parent 5cdca4c commit c9bcf52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
6.3.1 / 2022-04-21
==================
* perf: improve perf of key order #11639 [Uzlopak](https://github.com/Uzlopak)
* fix(timestamps): set createdAt when creating new single nested subdocuments #11603
* fix: improve CastError message when throwing StrictModeError #11506
* fix: upgrade bson to match mongodb@4.5 #11676
* fix(populate): avoid populating single nested subdocs underneath arrays if there's no `ref` #11538
* fix: handle { capped: number } in schema definition with `createCollection()` #11539
* fix: call markModified before setting changes in Array and in DocumentArray methods #11660 [josegl](https://github.com/josegl)
* fix: only allow using minus path to remove auto-selected discriminatorKey from projection #11546
* fix(types): set context on virtual getters/setters by default #11543
* fix(types): correct return type for Connection.prototype.transaction #9919
* fix(types): allow model as document interface key when using `extends Document` #11629
* docs: improve populate typing #11690 [onichandame](https://github.com/onichandame)
* docs: add information regarding typings-tests #11691 [Uzlopak](https://github.com/Uzlopak)
* docs: fix jsdoc for mongoose.createConnection #11693 [Uzlopak](https://github.com/Uzlopak)

6.3.0 / 2022-04-14
==================
* fix: upgrade mongodb driver -> 4.5.0 #11623 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
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.3.0",
"version": "6.3.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c9bcf52

Please sign in to comment.