Skip to content

Commit

Permalink
chore: release 5.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 19, 2019
1 parent 8dc47a5 commit 35b90d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,3 +1,11 @@
5.4.14 / 2019-02-19
===================
* fix(populate): make `getters` option handle nested paths #7521
* fix(documentarray): report validation errors that occur in an array subdoc created using `create()` and then `set()` #7504
* docs(schema): add examples for schema functions that didn't have any #7525
* docs: add MongooseError to API docs and add list of error names
* docs(CONTRIBUTING): fix link #7530 [sarpik](https://github.com/sarpik)

5.4.13 / 2019-02-15
===================
* fix(query): throw handy error when using updateOne() with overwrite: true and no dollar keys #7475
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.4.14-pre",
"version": "5.4.14",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 35b90d2

Please sign in to comment.