We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8abdc0 commit 1d417fdCopy full SHA for 1d417fd
HISTORY.md
@@ -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
6
<a name="3.0.0"></a>
7
# [3.0.0](https://github.com./mongodb/node-mongodb-native/compare/v3.0.0-rc0...v3.0.0) (2017-12-24)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "mongodb",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
@@ -13,7 +13,7 @@
13
"official"
14
],
15
"dependencies": {
16
- "mongodb-core": "3.0.0"
+ "mongodb-core": "3.0.1"
17
},
18
"devDependencies": {
19
"betterbenchmarks": "^0.1.0",
0 commit comments