Skip to content

Commit 62f5c33

Browse files
committed
chore: release 6.4.7
1 parent 83f55cb commit 62f5c33

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
6.4.7 / 2022-07-25
2+
==================
3+
* fix(virtualtype): use $locals for default virtual getter/setter rather than top-level doc #12124
4+
* fix(document): call subdocument getters if child schema has getters: true #12105
5+
* fix(schematype): actually always return "this" where specified #12141 [hasezoey](https://github.com/hasezoey)
6+
* fix(types): correct return value for Model.exists() #12094
7+
* docs(guides): add link to advanced schemas doc #12073
8+
* docs: handle @see in jsdoc #12144 [hasezoey](https://github.com/hasezoey)
9+
* docs: make use of the deprecated tag available in jsdoc for documentation #12080 [hasezoey](https://github.com/hasezoey)
10+
* docs(api_split): add basic DEPRECATED output #12146 [hasezoey](https://github.com/hasezoey)
11+
* docs: various jsdoc cleanup #12140 [hasezoey](https://github.com/hasezoey)
12+
* docs(api_split.pug): add "code" to parameter name #12145 [hasezoey](https://github.com/hasezoey)
13+
114
6.4.6 / 2022-07-20
215
==================
316
* fix(schema): disallow setting __proto__ when creating schema with dotted properties #12085

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.4.6",
4+
"version": "6.4.7",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)