Skip to content

Commit fb5b4f2

Browse files
committed
2.2.0
1 parent 5d6333c commit fb5b4f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7-
## HEAD
7+
## v2.2.0 (2014-04-27)
88

99
* Use indexOf instead of for loops removing conn from pool #611
1010
* Make callback to `pool.query` optional like `conn.query` #585

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 <felix@debuggable.com> (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.1",
5+
"version": "2.2.0",
66
"homepage": "https://github.com/felixge/node-mysql",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)