diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7281601..3ca2411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d247028..9e1e06a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unchained-bitcoin", - "version": "0.5.1", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unchained-bitcoin", - "version": "0.5.1", + "version": "0.6.0", "license": "MIT", "dependencies": { "@babel/polyfill": "^7.7.0", diff --git a/package.json b/package.json index 25672f9..6b404de 100644 --- a/package.json +++ b/package.json @@ -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": {