Skip to content

Commit fc68ed5

Browse files
committed
Update bignumber.js to 2.0.5
closes #1037 closes #1038
1 parent 82f84af commit fc68ed5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## HEAD
8+
9+
* Update `bignumber.js` to 2.0.5 #1037 #1038
10+
711
## v2.6.0 (2015-03-24)
812

913
* Add `poolCluster.remove` to remove pools from the cluster #1006 #1007

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/felixge/node-mysql",
1313
"repository": "felixge/node-mysql",
1414
"dependencies": {
15-
"bignumber.js": "2.0.0",
15+
"bignumber.js": "2.0.5",
1616
"readable-stream": "~1.1.13",
1717
"require-all": "~1.0.0"
1818
},

0 commit comments

Comments
 (0)