diff --git a/.changeset/pre.json b/.changeset/pre.json index aeaf5456..f104fd0f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ "fair-zoos-tap", "famous-spies-drive", "fast-ghosts-fix", + "fifty-bears-cross", "great-ducks-roll", "happy-insects-wait", "healthy-planets-repeat", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3eaa2b..94eae293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@bitauth/libauth` +## 3.1.0-next.6 + +### Minor Changes + +- [#139](https://github.com/bitauth/libauth/pull/139) [`dcd7185`](https://github.com/bitauth/libauth/commit/dcd7185a2377f7a8e5fa54c1db0c2580b6a233ac) Thanks [@bitjson](https://github.com/bitjson)! - Add support for Bitwise CHIP to BCH_2026 + ## 3.1.0-next.5 ### Minor Changes diff --git a/package.json b/package.json index cdc36cb4..03908d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "3.1.0-next.5", + "version": "3.1.0-next.6", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",