Skip to content

Commit 4f02785

Browse files
committed
Added changelog. Marked as v0.1.0
1 parent 0375e95 commit 4f02785

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## [0.1.0]
2+
3+
#### Functionality Added
4+
- Generate Mnemonic
5+
- Create Extended Key
6+
- Create Xprv
7+
- Create Descriptor
8+
- Create Wallet
9+
- Get New Address
10+
- Get Wallet Balance
11+
- Broadcast Transaction
12+
- Get Pending Transactions
13+
- Get Confirmed Transactions
14+
- Get Transactions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "bdk-rn",
3-
"version": "0.0.46",
3+
"version": "0.1.0",
44
"description": "bdk-rn",
5-
"homepage": "https://github.com/LtbLightning",
5+
"homepage": "https://github.com/LtbLightning/bdk-rn",
66
"main": "src/index.ts",
77
"types": "lib/index.d.ts",
88
"author": "Bitcoin Zavior <[email protected]>",

0 commit comments

Comments
 (0)