We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792e69f commit eeaa57cCopy full SHA for eeaa57c
History.md
@@ -1,3 +1,7 @@
1
+3.2.3 / 2020-12-10
2
+==================
3
+ * fix(utils): avoid copying special properties like `__proto__` when merging and cloning
4
+
5
3.2.2 / 2019-09-22
6
==================
7
* fix: dont re-call setOptions() when pulling base class options Automattic/mongoose#8159
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": {
0 commit comments