Skip to content

Commit

Permalink
Add preliminary Ottr support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Apr 27, 2023
1 parent 4bff18c commit bd0cfb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4 - 2023-04-27

- Add preliminary `.ottr` support
- Externalize http client.

## 1.3 - 2023-04-24

- Use `.mjs` for ESM modules - some users were having trouble using this library in React native and this seems to be the cause.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@portal-payments/solana-wallet-names",
"version": "1.3.0",
"description": "Resolves Solana wallet names (.sol, .abc, .glow, .backpack, and many others) to wallet addresses and back.",
"version": "1.4.0",
"description": "Resolves Solana wallet names (.abc, .backpack, .bonk, .glow, .sol, .ottr, .poor and @twitter) to wallet addresses and back.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bd0cfb4

Please sign in to comment.