Skip to content

Commit f581e1e

Browse files
committed
chore: release 6.5.1
1 parent 6399f3c commit f581e1e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
6.5.1 / 2022-08-03
2+
==================
3+
* fix(timestamps): set timestamps on child schema when child schema has timestamps: true but parent schema does not #12119
4+
* fix(schema+timestamps): handle insertMany() with timestamps and discriminators #12150
5+
* fix(model+query): handle populate with lean transform that deletes _id #12143
6+
* fix(types): allow $pull with _id #12142
7+
* fix(types): add schema plugin option inference #12196 [hasezoey](https://github.com/hasezoey)
8+
* fix(types): pass type to mongodb bulk write operation #12167 [emiljanitzek](https://github.com/emiljanitzek)
9+
* fix(types): map correct generics from model to schema #12125 [emiljanitzek](https://github.com/emiljanitzek)
10+
* fix(types): avoid baffling circular reference when using PopulatedDoc with a bidirectional reference #12136
11+
* fix(types): allow using path with $count #12149
12+
* docs(compatibility): change to use a table #12200 [hasezoey](https://github.com/hasezoey)
13+
* docs(api_split.pug): add "code" to sidebar entries #12153 [hasezoey](https://github.com/hasezoey)
14+
* docs: add "code" to Headers (and index list) #12152 [hasezoey](https://github.com/hasezoey)
15+
116
6.5.0 / 2022-07-26
217
==================
318
* perf(document): avoid creating unnecessary empty objects when creating a state machine #11988

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.5.0",
4+
"version": "6.5.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)