Skip to content

Commit

Permalink
Added changelog. Marked as v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Oct 10, 2022
1 parent 0375e95 commit 4f02785
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [0.1.0]

#### Functionality Added
- Generate Mnemonic
- Create Extended Key
- Create Xprv
- Create Descriptor
- Create Wallet
- Get New Address
- Get Wallet Balance
- Broadcast Transaction
- Get Pending Transactions
- Get Confirmed Transactions
- Get Transactions
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bdk-rn",
"version": "0.0.46",
"version": "0.1.0",
"description": "bdk-rn",
"homepage": "https://github.com/LtbLightning",
"homepage": "https://github.com/LtbLightning/bdk-rn",
"main": "src/index.ts",
"types": "lib/index.d.ts",
"author": "Bitcoin Zavior <[email protected]>",
Expand Down

0 comments on commit 4f02785

Please sign in to comment.