From fad695fe3cae1b57cbeb3aa7d4b53fbc1f8c1d9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Nov 2024 15:32:58 +0000 Subject: [PATCH] Release v3.0.1 --- .changeset/orange-suits-impress.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/orange-suits-impress.md 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",