Skip to content

Commit

Permalink
(meta) bump bignumber.js to 9.0.0 to remove dup dep from chart/hf-ser…
Browse files Browse the repository at this point in the history
…ver, 1.0.9
  • Loading branch information
f3rno authored and JacobPlaster committed May 8, 2020
1 parent 13534ac commit d798ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.9
- meta: bump bignumber.js dep to 9.0.0

# 1.0.8
- nonce: add parallel support

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-api-node-util",
"version": "1.0.8",
"version": "1.0.9",
"description": "Utilities for the Bitfinex node API",
"engines": {
"node": ">=7"
Expand Down Expand Up @@ -50,7 +50,7 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bignumber.js": "^6.0.0",
"bignumber.js": "^9.0.0",
"copy": "^0.3.2"
}
}

0 comments on commit d798ae3

Please sign in to comment.