Skip to content

Commit 94869e3

Browse files
committed
Up version and add changelog
1 parent e109323 commit 94869e3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
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]
8+
9+
## [0.0.2] - 2021-01-27
10+
### Changed
11+
- add `address_filter` parameter to `listReceivedByAddress`
12+
- add `verbose` parameter to `getTransaction`
13+

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.1",
3+
"version": "0.0.2",
44
"description": "",
55
"repository": "https://github.com/p2pderivatives/bitcoin-simple-rpc",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)