Skip to content

Commit c400c86

Browse files
committed
2.1.1
1 parent c13112b commit c400c86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ you spot any mistakes.
66

77
## HEAD
88

9+
## v2.1.1 (2014-03-13)
10+
911
* fix authentication w/password failure for node.js 0.10.5 #746 #752
1012
* fix authentication w/password TypeError exception for node.js 0.10.0-0.10.4 #747
1113
* fix specifying `values` in `conn.query({...}).on(...)` pattern #755

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "mysql",
44
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"homepage": "https://github.com/felixge/node-mysql",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)