Skip to content

Commit b586646

Browse files
committed
Support Node.js 6.x
1 parent 5c07367 commit b586646

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_js:
99
- '3.3'
1010
- '4.4'
1111
- '5.11'
12+
- '6.0'
1213

1314
matrix:
1415
include:

Changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ you spot any mistakes.
99
* Add `POOL_CONNLIMIT` code to "No connections available." error #1332
1010
* Fix Query stream to emit close after ending #1349 #1350
1111
* Performance improvements for array/object escaping in SqlString #1331
12+
* Support Node.js 6.x
1213
* Update `bignumber.js` to 2.3.0
1314

1415
## v2.10.2 (2016-01-12)

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
- nodejs_version: "3.3"
1515
- nodejs_version: "4.4"
1616
- nodejs_version: "5.11"
17+
- nodejs_version: "6.0"
1718

1819
services:
1920
- mysql

0 commit comments

Comments
 (0)