Skip to content

Commit

Permalink
chore: release 4.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 28, 2018
1 parent b716e73 commit 82ea3e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.13.10 / 2017-01-28
====================
* docs(model+query): add lean() option to Model helpers #5996 [aguyinmontreal](https://github.com/aguyinmontreal)
* fix: use lazy loading so we can build mongoose with webpack #5993 #5842
* docs(connections): clarify multi-mongos with useMongoClient for 4.x docs #5984
* fix(populate): handle populating embedded discriminator paths #5970
* docs(query+aggregate): add more detail re: maxTimeMS #4066

4.13.9 / 2017-01-07
===================
* chore: update marked (dev dependency) re: security vulnerability #5951 [ChristianMurphy](https://github.com/ChristianMurphy)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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": "4.13.10-pre",
"version": "4.13.10",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

1 comment on commit 82ea3e8

@rarkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vkarpov15 FYI this commit + publish reverted the "latest" version on npmjs from v5.0.1 to v4.13.10

Please sign in to comment.