Skip to content

Commit 1d417fd

Browse files
committed
3.0.1
1 parent c8abdc0 commit 1d417fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="3.0.1"></a>
2+
## [3.0.1](https://github.com./mongodb/node-mongodb-native/compare/v3.0.0...v3.0.1) (2017-12-24)
3+
4+
* update mongodb-core to 3.0.1
5+
16
<a name="3.0.0"></a>
27
# [3.0.0](https://github.com./mongodb/node-mongodb-native/compare/v3.0.0-rc0...v3.0.0) (2017-12-24)
38

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"official"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "3.0.0"
16+
"mongodb-core": "3.0.1"
1717
},
1818
"devDependencies": {
1919
"betterbenchmarks": "^0.1.0",

0 commit comments

Comments
 (0)