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 8c75e9b commit 75daf18Copy full SHA for 75daf18
History.md
@@ -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
+
6
4.13.17 / 2018-08-30
7
====================
8
* fix(document): disallow setting `constructor` and `prototype` if strict mode false
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "4.13.18-pre",
+ "version": "4.13.18",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments