Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Feb 1, 2021
1 parent 371bc1f commit cd8a97b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.3] - 2021-02-01
## Added
- `getDescriptorInfo`
- `rescanBlockchain`

## Changed
- add `desc` argument to `importMulti`


## [0.0.2] - 2021-01-27
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcoin-simple-rpc",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"repository": "https://github.com/p2pderivatives/bitcoin-simple-rpc",
"main": "./dist/index.js",
Expand Down

0 comments on commit cd8a97b

Please sign in to comment.