From 9dafb370c42ff257270f030a7367084192660c3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Apr 2022 03:26:41 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ### [1.0.1](https://github.com/ipld/js-bitcoin/compare/v1.0.0...v1.0.1) (2022-04-26) ### Bug Fixes * publish as public ([54ad017](https://github.com/ipld/js-bitcoin/commit/54ad01787aef3078e67bf45cf8453669c408c5bd)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726517e..5d5bb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.1](https://github.com/ipld/js-bitcoin/compare/v1.0.0...v1.0.1) (2022-04-26) + + +### Bug Fixes + +* publish as public ([54ad017](https://github.com/ipld/js-bitcoin/commit/54ad01787aef3078e67bf45cf8453669c408c5bd)) + ## 1.0.0 (2022-04-26) diff --git a/package.json b/package.json index 902a7f2..1359431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/bitcoin", - "version": "1.0.0", + "version": "1.0.1", "description": "JavaScript Bitcoin data multiformats codecs and utilities for IPLD", "leadMaintainer": "Rod Vagg ", "type": "module", @@ -161,4 +161,4 @@ "@semantic-release/git" ] } -} \ No newline at end of file +}