Skip to content

Commit

Permalink
chore(master): release unchained-bitcoin 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bucko13 committed Apr 7, 2023
1 parent 31ab2de commit 6b9f7cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/unchained-capital/unchained-bitcoin/compare/unchained-bitcoin-v0.4.1...unchained-bitcoin-v0.5.0) (2023-04-06)


### Features

* add minSats to the validateOutputAmount function. Fix missing package ([52b3c60](https://github.com/unchained-capital/unchained-bitcoin/commit/52b3c6091b9656fbd1ae86587a054b1551d6c621))


### Bug Fixes

* add test ([31ab2de](https://github.com/unchained-capital/unchained-bitcoin/commit/31ab2de309360fa5824b1cddeba8e2910838767b))

## [0.4.1](https://github.com/unchained-capital/unchained-bitcoin/compare/unchained-bitcoin-v0.4.0...unchained-bitcoin-v0.4.1) (2023-03-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unchained-bitcoin",
"version": "0.4.1",
"version": "0.5.0",
"description": "Unchained Capital's bitcoin utilities library.",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 6b9f7cd

Please sign in to comment.