Skip to content

Commit

Permalink
chore: release 8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 11, 2024
1 parent dd7e75e commit a50264b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
8.6.2 / 2024-09-11
==================
* fix: make set merge deeply nested objects #14870 #14861 [ianHeydoc](https://github.com/ianHeydoc)
* types: allow arbitrary keys in query filters again (revert #14764) #14874 #14863 #14862 #14842
* types: make SchemaType static setters property accessible in TypeScript #14881 #14879
* type(inferrawdoctype): infer Date types as JS dates rather than Mongoose SchemaType Date #14882 #14839

8.6.1 / 2024-09-03
==================
* fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835
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.6.1",
"version": "8.6.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a50264b

Please sign in to comment.