Skip to content

Commit

Permalink
v0.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Sep 26, 2019
1 parent 2daf06a commit 4bf7864
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# edge-core-js

## 0.16.10
## 0.16.11 (2019-09-26)

- Fix swap quote prioritization logic to always prefer exact quotes.
- Add an `EdgeCurrencyConfig.importKey` method.
- Add optional properties to `EdgeCurrencyInfo`:
- `canAdjustFees`
- `canImportKeys`
- `customFeeTemplate`
- `customTokenTemplate`

## 0.16.10 (2019-09-20)

- De-duplicate dependencies.
- Enable minification on React Native builds.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-core-js",
"version": "0.16.10",
"version": "0.16.11",
"description": "Edge account & wallet management library",
"keywords": [
"bitcoin",
Expand Down

0 comments on commit 4bf7864

Please sign in to comment.