We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac916b commit 880c1edCopy full SHA for 880c1ed
Changes.md
@@ -9,6 +9,7 @@ you spot any mistakes.
9
* Add `POOL_CONNLIMIT` code to "No connections available." error #1332
10
* Fix Query stream to emit close after ending #1349 #1350
11
* Performance improvements for array/object escaping in SqlString #1331
12
+* Update `bignumber.js` to 2.3.0
13
14
## v2.10.2 (2016-01-12)
15
package.json
@@ -12,7 +12,7 @@
"homepage": "https://github.com/felixge/node-mysql",
"repository": "felixge/node-mysql",
"dependencies": {
- "bignumber.js": "2.1.4",
+ "bignumber.js": "2.3.0",
16
"readable-stream": "~1.1.13"
17
},
18
"devDependencies": {
0 commit comments