diff --git a/.changeset/orange-suits-impress.md b/.changeset/orange-suits-impress.md deleted file mode 100644 index 1959d212..00000000 --- a/.changeset/orange-suits-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@bitauth/libauth': patch ---- - -clarify `generateDeterministicEntropy` usage examples diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d51ce7b..b51c670b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@bitauth/libauth` +## 3.0.1 + +### Patch Changes + +- [#130](https://github.com/bitauth/libauth/pull/130) [`ade0151`](https://github.com/bitauth/libauth/commit/ade015123b2bfdbca721602cda19191c6f12252d) Thanks [@bitjson](https://github.com/bitjson)! - clarify `generateDeterministicEntropy` usage examples + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index d312d30e..306432c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.0.0", + "version": "3.0.1", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",