We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371bc1f commit cd8a97bCopy full SHA for cd8a97b
CHANGELOG.md
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [0.0.3] - 2021-02-01
8
+## Added
9
+- `getDescriptorInfo`
10
+- `rescanBlockchain`
11
+
12
+## Changed
13
+- add `desc` argument to `importMulti`
14
15
16
## [0.0.2] - 2021-01-27
17
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bitcoin-simple-rpc",
3
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "",
"repository": "https://github.com/p2pderivatives/bitcoin-simple-rpc",
"main": "./dist/index.js",
0 commit comments