Skip to content

Commit

Permalink
chore: release 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 3, 2022
1 parent 6399f3c commit f581e1e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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
* fix(schema+timestamps): handle insertMany() with timestamps and discriminators #12150
* fix(model+query): handle populate with lean transform that deletes _id #12143
* fix(types): allow $pull with _id #12142
* fix(types): add schema plugin option inference #12196 [hasezoey](https://github.com/hasezoey)
* fix(types): pass type to mongodb bulk write operation #12167 [emiljanitzek](https://github.com/emiljanitzek)
* fix(types): map correct generics from model to schema #12125 [emiljanitzek](https://github.com/emiljanitzek)
* fix(types): avoid baffling circular reference when using PopulatedDoc with a bidirectional reference #12136
* fix(types): allow using path with $count #12149
* docs(compatibility): change to use a table #12200 [hasezoey](https://github.com/hasezoey)
* docs(api_split.pug): add "code" to sidebar entries #12153 [hasezoey](https://github.com/hasezoey)
* docs: add "code" to Headers (and index list) #12152 [hasezoey](https://github.com/hasezoey)

6.5.0 / 2022-07-26
==================
* perf(document): avoid creating unnecessary empty objects when creating a state machine #11988
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.0",
"version": "6.5.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit f581e1e

Please sign in to comment.