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 ef14ab5 commit 74c32b5Copy full SHA for 74c32b5
Changes.md
@@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
+## HEAD
8
+
9
+* Update `bignumber.js` to 2.4.0
10
11
## v2.11.1 (2016-06-07)
12
13
* Fix writing truncated packets starting with large string/buffer #1438
package.json
@@ -12,7 +12,7 @@
],
"repository": "mysqljs/mysql",
14
"dependencies": {
15
- "bignumber.js": "2.3.0",
+ "bignumber.js": "2.4.0",
16
"readable-stream": "1.1.14",
17
"sqlstring": "2.0.1"
18
},
0 commit comments