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..66b1f37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@bitauth/libauth` +## 3.0.1 + +### Patch Changes + +- [`b4fbd00`](https://github.com/bitauth/libauth/commit/b4fbd00d9c6bfe83253926eb976bb3d8ccbefc7a) Thanks [@bitjson](https://github.com/bitjson)! - clarify `generateDeterministicEntropy` usage examples + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index d19ea915..830f9960 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",