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 65df02e commit 9153ae4Copy full SHA for 9153ae4
History.md
@@ -1,3 +1,8 @@
1
+4.12.6 / 2017-11-01
2
+===================
3
+ * fix(schema): make clone() copy query helpers correctly #5752
4
+ * fix: undeprecate `ensureIndex()` and use it by default #3280
5
+
6
4.12.5 / 2017-10-29
7
===================
8
* fix(query): correctly handle `$in` and required for $pull and update validators #5744
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "4.12.6-pre",
+ "version": "4.12.6",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments