From 62f5c3377f12b61c02ac99e607fc6ad4a10f9e88 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 25 Jul 2022 17:17:53 -0400 Subject: [PATCH] chore: release 6.4.7 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bb554a7d5..62b729ad66b 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index e206dcfed9a..99a50b3ea50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.4.6", + "version": "6.4.7", "author": "Guillermo Rauch ", "keywords": [ "mongodb",