Skip to content

Commit d5964cd

Browse files
committed
chore: release 7.5.4
1 parent c256941 commit d5964cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
7.5.4 / 2023-10-04
2+
==================
3+
* fix: avoid stripping out `id` property when `_id` is set #13933 #13892 #13867
4+
* fix(QueryCursor): avoid double-applying schema paths so you can include select: false fields with + projection using cursors #13932 #13773
5+
* fix(query): allow deselecting discriminator key using - syntax #13929 #13760
6+
* fix(query): handle $round in $expr as array #13928 #13881
7+
* fix(document): call pre('validate') hooks when modifying a path underneath triply nested subdoc #13912 #13876
8+
* fix(mongoose): correctly handle global applyPluginsToChildSchemas option #13911 #13887
9+
* types: add insertMany array overload with options #13931 [t1bb4r](https://github.com/t1bb4r)
10+
* docs(compatibility): add Mongoose 7 support to compatibility matrix #13875
11+
* docs: amend some awkward FAQ wording #13925 [peteboere](https://github.com/peteboere)
12+
113
7.5.3 / 2023-09-25
214
==================
315
* fix(document): handle MongoDB Long when casting BigInts #13869 #13791

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": "7.5.3",
4+
"version": "7.5.4",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)