Skip to content

Commit

Permalink
chore: release 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 19, 2017
1 parent 74cdbdd commit 4f864cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.9.1 / 2017-03-19
==================
* fix(query): handle $type for arrays #5080 #5079 [zoellner](https://github.com/zoellner)
* fix(model): handle ordered param for `insertMany` validation errors #5072 [sjorssnoeren](https://github.com/sjorssnoeren)
* fix(populate): avoid duplicate ids in dynref queries #5054
* fix(timestamps): dont set timestamps in update if user set it #5045
* fix(update): dont double-call setters on arrays #5041
* fix: upgrade driver -> 2.2.25 for jest fix #5033
* fix(model): get promise each time save() is called rather than once #5030
* fix(connection): make connect return value consistent #5006

4.9.0 / 2017-03-13
==================
* feat(document): return this from `depopulate()` #5027
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.9.1-pre",
"version": "4.9.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4f864cf

Please sign in to comment.