Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Aug 28, 2023
1 parent a6825c2 commit 2b4bce9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# edge-currency-accountbased

## 2.0.0 (2023-08-28)

- changed: Replace deprecated display key and token methods with modern ones.
- changed: Require edge-core-js v0.21.2 or higher.

## 1.5.2 (2023-08-24)

- fixed: Correctly parse more types of Ripple transactions, including DEX transactions.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Plugins for [edge-core-js](https://github.com/EdgeApp/edge-core-js), handling many networks not derived from Bitcoin.

These are compatible with edge-core-js v0.21.2 or later.

## Installing

Fist, add this library to your project:
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-currency-accountbased",
"version": "1.5.2",
"version": "2.0.0",
"description": "Edge currency plugin for account based currencies",
"homepage": "https://edge.app/",
"repository": {
Expand Down

0 comments on commit 2b4bce9

Please sign in to comment.