We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent a3b98f6 commit df93f5bCopy full SHA for df93f5b
History.md
@@ -1,3 +1,8 @@
1
+4.13.16 / 2018-08-30
2
+====================
3
+ * fix(document): disallow setting __proto__ if strict mode false
4
+ * feat(error): backport adding modified paths to VersionError #6928 [freewil](https://github.com/freewil)
5
+
6
4.13.15 / 2018-08-14
7
====================
8
* fix(mongoose): add global `usePushEach` option for easier Mongoose 4.x + MongoDB 3.6 #6858
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "4.13.15",
+ "version": "4.13.16",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments