Skip to content

Commit df93f5b

Browse files
committedAug 30, 2018
chore: release 4.13.16
1 parent a3b98f6 commit df93f5b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎History.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
4.13.15 / 2018-08-14
27
====================
38
* fix(mongoose): add global `usePushEach` option for easier Mongoose 4.x + MongoDB 3.6 #6858

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "4.13.15",
4+
"version": "4.13.16",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.