From b87e18ccf2378d6054ff4f23a3bc33cfdf27d372 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Apr 2024 18:41:10 +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..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",