Skip to content

Commit

Permalink
chore: release 8.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 28, 2024
1 parent 05055f0 commit fb0febb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
8.5.5 / 2024-08-28
==================
* fix(populate): fix a couple of other places where Mongoose gets the document's _id with getters #14833 #14827 #14759
* fix(discriminator): shallow clone Schema.prototype.obj before merging schemas to avoid modifying original obj #14821
* types: fix schema type based on timestamps schema options value #14829 #14825 [ark23CIS](https://github.com/ark23CIS)

8.5.4 / 2024-08-23
==================
* fix: add empty string check for collection name passed #14806 [Shubham2552](https://github.com/Shubham2552)
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": "8.5.4",
"version": "8.5.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit fb0febb

Please sign in to comment.