Skip to content

Commit

Permalink
chore: release 5.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 2, 2018
1 parent 40d4177 commit 76fae6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
5.3.9 / 2018-11-02
==================
* fix: upgrade bson dep -> 1.1.0 to match mongodb-core #7213 [NewEraCracker](https://github.com/NewEraCracker)
* docs(api): fix broken anchor link #7210 [gfranco93](https://github.com/gfranco93)
* fix: don't set parent timestamps because a child has timestamps set to false #7203 #7202 [lineus](https://github.com/lineus)
* fix(document): run setter only once when doing `.set()` underneath a single nested subdoc #7196
* fix(document): surface errors in subdoc pre validate #7187
* fix(query): run default functions after hydrating the loaded document #7182
* fix(query): handle strictQuery: 'throw' with nested path correctly #7178
* fix(update): update timestamps on replaceOne() #7152
* docs(transactions): add example of aborting a transaction #7113

5.3.8 / 2018-10-30
==================
* fix: bump mongodb driver -> 3.1.8 to fix connecting to +srv uri with no credentials #7191 #6881 [lineus](https://github.com/lineus)
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": "5.3.9-pre",
"version": "5.3.9",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 76fae6d

Please sign in to comment.