Skip to content

Commit fb0febb

Browse files
committed
chore: release 8.5.5
1 parent 05055f0 commit fb0febb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
8.5.5 / 2024-08-28
2+
==================
3+
* fix(populate): fix a couple of other places where Mongoose gets the document's _id with getters #14833 #14827 #14759
4+
* fix(discriminator): shallow clone Schema.prototype.obj before merging schemas to avoid modifying original obj #14821
5+
* types: fix schema type based on timestamps schema options value #14829 #14825 [ark23CIS](https://github.com/ark23CIS)
6+
17
8.5.4 / 2024-08-23
28
==================
39
* fix: add empty string check for collection name passed #14806 [Shubham2552](https://github.com/Shubham2552)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.5.4",
4+
"version": "8.5.5",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)