Skip to content

Commit

Permalink
chore: release 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 10, 2022
1 parent 816ba77 commit e1a6c0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
6.5.2 / 2022-08-09
==================
* fix(aggregate): avoid throwing error when disconnecting with change stream open #12201 [ramos-ph](https://github.com/ramos-ph)
* fix(query): overwrite top-level key if using Query.prototype.set() to set to undefined #12155
* fix(query): shallow clone options before modifying #12176
* fix(types): auto schema type inference on `Connection.prototype.model()` #12240 [hasezoey](https://github.com/hasezoey)
* fix(types): better typescript support for schema plugins #12139 [emiljanitzek](https://github.com/emiljanitzek)
* fix(types): make bulkWrite() type param optional #12221 #12212
* docs: misc cleanup #12199 [hasezoey](https://github.com/hasezoey)
* docs: highlight current top-most visible header in navbar #12222 [hasezoey](https://github.com/hasezoey)
* docs(populate): improve examples for Document.prototype.populate() #12111
* docs(middleware): clarify document vs model in middleware docs #12113

6.5.1 / 2022-08-03
==================
* fix(timestamps): set timestamps on child schema when child schema has timestamps: true but parent schema does not #12119
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.5.1",
"version": "6.5.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e1a6c0b

Please sign in to comment.