Skip to content

Commit

Permalink
chore: release 5.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 13, 2018
1 parent c67717a commit 8f4c350
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.3.12 / 2018-11-13
===================
* docs(compatibility): don't show Mongoose 4.11 as compatible with MongoDB 3.6 re: MongoDB's official compatibility table #7238 [a-harrison](https://github.com/a-harrison)
* fix(populate): use `instanceof` rather than class name for comparison #7237 [ivanseidel](https://github.com/ivanseidel)
* docs(api): make options show up as a nested list #7232
* fix(document): don't mark array as modified on init if doc array has default #7227
* docs(api): link to bulk write result object in `bulkWrite()` docs #7225

5.3.11 / 2018-11-09
===================
* fix(model): make parent pointers non-enumerable so they don't crash JSON.stringify() #7220
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.3.12-pre",
"version": "5.3.12",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8f4c350

Please sign in to comment.