Skip to content

Commit

Permalink
chore: release 8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 25, 2024
1 parent 6ab97f2 commit f8489e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
8.7.3 / 2024-10-25
==================
* fix(cursor): close underlying query cursor when calling destroy() #14982 #14966
* types: add JSONSerialized helper that can convert HydratedDocument to JSON output type #14981 #14451
* types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override #14977
* types(connection): add missing sanitizeFilter option #14975
* types: improve goto definition for inferred schema definitions #14968 [forivall](https://github.com/forivall)
* docs(migration-guide-v7): correct link to the section "Id Setter" #14973 [rb-ntnx](https://github.com/rb-ntnx)

8.7.2 / 2024-10-17
==================
* fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #14963 #14952
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.7.2",
"version": "8.7.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit f8489e3

Please sign in to comment.