Skip to content

Commit

Permalink
chore: release 5.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 5, 2019
1 parent 09dd3cf commit 87f691e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
5.4.10 / 2019-02-05
===================
* docs: add search bar and /search page #6706
* fix: support dotted aliases #7478 [chrischen](https://github.com/chrischen)
* fix(document): copy atomics when setting document array to an existing document array #7472
* chore: upgrade to mongodb driver 3.1.13 #7488
* docs: remove confusing references to executing a query "immediately" #7461
* docs(guides+schematypes): link to custom schematypes docs #7407

5.4.9 / 2019-02-01
==================
* fix(document): make `remove()`, `updateOne()`, and `update()` use the document's associated session #7455
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.4.10-pre",
"version": "5.4.10",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 87f691e

Please sign in to comment.