Skip to content

Commit

Permalink
chore: release 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 3, 2019
1 parent 39eb53f commit 20dbaad
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.6.3 / 2019-07-03
==================
* fix(document): respect projection when running getters #7940
* fix(model): call createCollection() in syncIndexes() to ensure the collection exists #7931
* fix(document): consistently use post-order traversal for gathering subdocs for hooks #7929
* fix(schema): ensure `Schema#pathType()` returns correct path type given non-existent positional path #7935
* fix(ChangeStream): set `closed` if emitting close event #7930
* fix(connection): bubble up 'attemptReconnect' event from MongoDB connection #7872
* docs: fix broken .jade links on search page #7932
* docs: correct link to `Query#select()` #7953 [rayhatfield](https://github.com/rayhatfield)
* docs(README): add list of related projects #7773

4.13.19 / 2019-07-02
====================
* fix(aggregate): make `setOptions()` work as advertised #7950 #6011 [cdimitroulas](https://github.com/cdimitroulas)
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.6.3-pre",
"version": "5.6.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 20dbaad

Please sign in to comment.