Skip to content

Commit

Permalink
chore(master): release unchained-bitcoin 0.6.0 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 31, 2023
1 parent 9ffccdb commit 17a3134
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.5.1"
".": "0.6.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.6.0](https://github.com/unchained-capital/unchained-bitcoin/compare/unchained-bitcoin-v0.5.1...unchained-bitcoin-v0.6.0) (2023-08-31)


### Features

* ensure BigNumber classes are not returned ([#89](https://github.com/unchained-capital/unchained-bitcoin/issues/89)) ([e60da88](https://github.com/unchained-capital/unchained-bitcoin/commit/e60da88b39ceae378ee20df2798c8ad9ed71d976))


### Bug Fixes

* restore exporting of type modules for commonjs compatibility ([#94](https://github.com/unchained-capital/unchained-bitcoin/issues/94)) ([9ffccdb](https://github.com/unchained-capital/unchained-bitcoin/commit/9ffccdb76a85d845749d94beaf042f0991ef208b))

## [0.5.1](https://github.com/unchained-capital/unchained-bitcoin/compare/unchained-bitcoin-v0.5.0...unchained-bitcoin-v0.5.1) (2023-05-30)


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.5.1",
"version": "0.6.0",
"description": "Unchained Capital's bitcoin utilities library.",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 17a3134

Please sign in to comment.