We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89bed0 commit ae67052Copy full SHA for ae67052
.npmignore
@@ -21,6 +21,7 @@ docs/
21
docs/sphinx-docs
22
data/
23
db/
24
+db1/
25
dev/
26
examples/
27
test/
HISTORY.md
@@ -1,3 +1,7 @@
1
+2.2.19 2017-01-03
2
+-----------------
3
+- Corrupted Npm release fix.
4
+
5
2.2.18 2017-01-03
6
-----------------
7
- Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6.
package.json
@@ -1,6 +1,6 @@
{
"name": "mongodb",
- "version": "2.2.18",
+ "version": "2.2.19",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
0 commit comments