diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a057bb..d21f7a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0-alpha.9](https://github.com/bitauth/libauth/compare/v2.0.0...v2.0.0-alpha.9) (2024-01-18) + ## [2.0.0](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.8...v2.0.0) (2024-01-12) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 76a0735c..22c90f7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitauth/libauth", - "version": "2.0.0", + "version": "2.0.0-alpha.9", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js",