We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a33ad commit e81cdc7Copy full SHA for e81cdc7
.travis.yml
@@ -17,6 +17,7 @@ node_js:
17
- <s "10.17"
18
- "11.15"
19
- "12.13"
20
+ - "13.1"
21
env:
22
global:
23
# Necessary to build Node.js 0.6 on Travis CI images
Changes.md
@@ -7,6 +7,7 @@ you spot any mistakes.
7
## HEAD
8
9
* Support Node.js 12.x #2211
10
+* Support Node.js 13.x
11
* Update `bignumber.js` to 9.0.0
12
13
## v2.17.1 (2019-04-18)
appveyor.yml
@@ -22,6 +22,7 @@ environment:
- nodejs_version: "10.17"
- nodejs_version: "11.15"
24
- nodejs_version: "12.13"
25
+ - nodejs_version: "13.1"
26
27
services:
28
- mysql
0 commit comments