Skip to content

Commit

Permalink
chore(release): 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Sep 14, 2018
1 parent 805d58a commit 51f94b8
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 9 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.1.5"></a>
## [3.1.5](https://github.com/mongodb/node-mongodb-native/compare/v3.1.4...v3.1.5) (2018-09-14)


### Bug Fixes

* **cursor:** allow `$meta` based sort when passing an array to `sort()` ([f93a8c3](https://github.com/mongodb/node-mongodb-native/commit/f93a8c3))
* **utils:** only set retryWrites to true for valid operations ([3b725ef](https://github.com/mongodb/node-mongodb-native/commit/3b725ef))


### Features

* **core:** bump core to v3.1.4 ([805d58a](https://github.com/mongodb/node-mongodb-native/commit/805d58a))



<a name="3.1.4"></a>
## [3.1.4](https://github.com/mongodb/node-mongodb-native/compare/v3.1.3...v3.1.4) (2018-08-25)

Expand Down
48 changes: 40 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "3.1.4",
"version": "3.1.5",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 51f94b8

Please sign in to comment.