Skip to content

Commit cd8a97b

Browse files
committed
Bump version and update changelog
1 parent 371bc1f commit cd8a97b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.0.3] - 2021-02-01
8+
## Added
9+
- `getDescriptorInfo`
10+
- `rescanBlockchain`
11+
12+
## Changed
13+
- add `desc` argument to `importMulti`
14+
815

916
## [0.0.2] - 2021-01-27
1017
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoin-simple-rpc",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"repository": "https://github.com/p2pderivatives/bitcoin-simple-rpc",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)