Skip to content

Commit

Permalink
chore: release 4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 3, 2017
1 parent 175ad20 commit faf2c6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.7.6 / 2017-01-02
==================
* fix(model): allow passing non-array to insertMany #4846
* fix(populate): use base model name if no discriminator for backwards compat #4843
* fix: allow internal validate callback to be optional #4842 [arciisine](https://github.com/arciisine)
* fix(document): don't skip pointCut if save not defined (like in browser doc) #4841
* chore: improve benchmarks #4838 [billouboq](https://github.com/billouboq)
* perf: remove some unused parameters #4837 [billouboq](https://github.com/billouboq)
* fix(query): don't call error handler if passRawResult is true and no error occurred #4836

4.7.5 / 2016-12-26
==================
* docs(model): fix spelling mistake #4828 [paulinoj](https://github.com/paulinoj)
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": "4.7.6-pre",
"version": "4.7.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit faf2c6a

Please sign in to comment.