diff --git a/History.md b/History.md index bc6a3c3..a5594c4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +3.2.3 / 2020-12-10 +================== + * fix(utils): avoid copying special properties like `__proto__` when merging and cloning + 3.2.2 / 2019-09-22 ================== * fix: dont re-call setOptions() when pulling base class options Automattic/mongoose#8159 diff --git a/package.json b/package.json index 5fb4ef6..66d8f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mquery", - "version": "3.2.2", + "version": "3.2.3", "description": "Expressive query building for MongoDB", "main": "lib/mquery.js", "scripts": {