Skip to content

Commit 75daf18

Browse files
committedJan 22, 2019
chore: release 4.13.18
1 parent 8c75e9b commit 75daf18

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.18 / 2019-01-21
2+
====================
3+
* fix(model): handle setting populated path set via `Document#populate()` #7302
4+
* fix(cast): backport fix from #7290 to 4.x
5+
16
4.13.17 / 2018-08-30
27
====================
38
* fix(document): disallow setting `constructor` and `prototype` if strict mode false

‎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.18-pre",
4+
"version": "4.13.18",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.