Skip to content

Commit 8dc9985

Browse files
committed
Bumped version to 1.4.18
1 parent 7557eba commit 8dc9985

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.4.18 2015-10-03
2+
-----------------
3+
- Cleanup of code removing handleCallback instances
4+
- Throw error on missing callback on createIndex in strict mode (Issue #1214, https://github.com/marneborn)
5+
16
1.4.17 2015-09-27
27
-----------------
38
- NODE-286 collection/query.js references undefined MongoError

docs/sphinx-docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.4'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.4.17'
53+
release = '1.4.18'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "mongodb"
22
, "description" : "A node.js driver for MongoDB"
33
, "keywords" : ["mongodb", "mongo", "driver", "db"]
4-
, "version" : "1.4.17"
4+
, "version" : "1.4.18"
55
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
66
, "contributors" : [ "Aaron Heckmann",
77
"Christoph Pojer",

0 commit comments

Comments
 (0)