We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f84af commit fc68ed5Copy full SHA for fc68ed5
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.0.5 #1037 #1038
10
11
## v2.6.0 (2015-03-24)
12
13
* Add `poolCluster.remove` to remove pools from the cluster #1006 #1007
package.json
@@ -12,7 +12,7 @@
"homepage": "https://github.com/felixge/node-mysql",
"repository": "felixge/node-mysql",
14
"dependencies": {
15
- "bignumber.js": "2.0.0",
+ "bignumber.js": "2.0.5",
16
"readable-stream": "~1.1.13",
17
"require-all": "~1.0.0"
18
},
0 commit comments