From 1c4d5c0b4d9bed0b1b2996c4101156c83b2ff968 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Thu, 18 Jan 2024 11:58:31 -0500 Subject: [PATCH] chore(release): 2.0.0-alpha.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",