Skip to content

Commit

Permalink
chore: release 4.13.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 30, 2018
1 parent fb8b644 commit 4545d44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.13.17 / 2018-08-30
====================
* fix(document): disallow setting `constructor` and `prototype` if strict mode false

4.13.16 / 2018-08-30
====================
* fix(document): disallow setting __proto__ if strict mode false
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "4.13.16",
"version": "4.13.17",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand All @@ -25,7 +25,7 @@
"kareem": "1.5.0",
"lodash.get": "4.4.2",
"mongodb": "2.2.34",
"mpath": "0.5.0",
"mpath": "0.5.1",
"mpromise": "0.5.5",
"mquery": "2.3.3",
"ms": "2.0.0",
Expand Down

0 comments on commit 4545d44

Please sign in to comment.