Skip to content

Commit

Permalink
v0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jan 30, 2023
1 parent 380ed0b commit a25b651
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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

## 0.22.3 (2023-01-30)

- fixed: Adjust build settings to provide better support for iPhone 12.
- fixed: Track EVM wallet connections at the EdgeCurrencyTools level, to prevent active connections from disappearing.

## 0.22.2 (2023-01-20)

- TRX: Add note support
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-currency-accountbased",
"version": "0.22.2",
"version": "0.22.3",
"description": "Edge currency plugin for account based currencies",
"homepage": "https://edge.app/",
"repository": {
Expand All @@ -23,12 +23,12 @@
"types": "./lib/src/index.d.ts",
"files": [
"/android/build.gradle",
"/android/src/*",
"/android/src/",
"/CHANGELOG.md",
"/edge-currency-accountbased.podspec",
"/index.js",
"/ios/*",
"/lib/*",
"/ios/",
"/lib/",
"/LICENSE",
"/package.json",
"/README.md"
Expand Down

0 comments on commit a25b651

Please sign in to comment.