diff --git a/History.md b/History.md index 323d8bc..fa57b3d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +3.2.5 / 2021-03-29 +================== + * fix(utils): make `mergeClone()` skip special properties like `__proto__` #121 [zpbrent](https://github.com/zpbrent) + 3.2.4 / 2021-02-12 ================== * fix(utils): make clone() only copy own properties Automattic/mongoose#9876 diff --git a/package.json b/package.json index eb8c2f0..7a3e738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mquery", - "version": "3.2.4", + "version": "3.2.5", "description": "Expressive query building for MongoDB", "main": "lib/mquery.js", "scripts": {