Skip to content

Commit

Permalink
V2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Mar 14, 2016
1 parent 25b6e89 commit 01dd111
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ t.js
.DS_Store
test/benchmarks/performance-data
.nyc_output/
typings/
jsconfig.json

# Directory for dbs
db
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public/
.coverage_data/
docs/public
.nyc_output/
typings/
jsconfig.json

external-libs/bson/build/
external-libs/bson/build/.wafpickle-7
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2.1.8
2.1.8 2016-03-14
----------------
* Updated mongodb-core to 1.3.2.
* Updated mongodb-core to 1.3.4.
* NODE-660 TypeError: Cannot read property 'noRelease' of undefined.
* Harden MessageHandler in server.js to avoid issues where we cannot find a callback for an operation.
* Ensure RequestId can never be larger than Max Number integer size.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "2.1.7",
"version": "2.1.8",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"es6-promise": "3.0.2",
"mongodb-core": "1.3.1",
"mongodb-core": "1.3.4",
"readable-stream": "1.0.31"
},
"devDependencies": {
Expand Down

0 comments on commit 01dd111

Please sign in to comment.