Skip to content

Commit

Permalink
chore: release 6.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 25, 2022
1 parent 83f55cb commit 62f5c33
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
6.4.7 / 2022-07-25
==================
* fix(virtualtype): use $locals for default virtual getter/setter rather than top-level doc #12124
* fix(document): call subdocument getters if child schema has getters: true #12105
* fix(schematype): actually always return "this" where specified #12141 [hasezoey](https://github.com/hasezoey)
* fix(types): correct return value for Model.exists() #12094
* docs(guides): add link to advanced schemas doc #12073
* docs: handle @see in jsdoc #12144 [hasezoey](https://github.com/hasezoey)
* docs: make use of the deprecated tag available in jsdoc for documentation #12080 [hasezoey](https://github.com/hasezoey)
* docs(api_split): add basic DEPRECATED output #12146 [hasezoey](https://github.com/hasezoey)
* docs: various jsdoc cleanup #12140 [hasezoey](https://github.com/hasezoey)
* docs(api_split.pug): add "code" to parameter name #12145 [hasezoey](https://github.com/hasezoey)

6.4.6 / 2022-07-20
==================
* fix(schema): disallow setting __proto__ when creating schema with dotted properties #12085
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.4.6",
"version": "6.4.7",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 62f5c33

Please sign in to comment.