Skip to content

Commit

Permalink
chore: release 4.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 8, 2018
1 parent 3660092 commit f86ddcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
4.13.10 / 2017-01-28
4.13.11 / 2018-02-07
====================
* docs: fix links in 4.x docs #6081
* chore: add release script that uses --tag for npm publish for 4.x releases #6063

4.13.10 / 2018-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
4.13.9 / 2018-01-07
===================
* chore: update marked (dev dependency) re: security vulnerability #5951 [ChristianMurphy](https://github.com/ChristianMurphy)
* fix: upgrade mongodb -> 2.2.34 for ipv6 and autoReconnect fixes #5794 #5760
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.11-pre",
"version": "4.13.11",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit f86ddcf

Please sign in to comment.