From ae93d713469c48f27a90b9b7b5367c3e09772a2f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 16:32:01 +0000 Subject: [PATCH] chore(release): 2.3.0-alpha.8 [skip ci] # [2.3.0-alpha.8](https://github.com/ar-io/ar-io-sdk/compare/v2.3.0-alpha.7...v2.3.0-alpha.8) (2024-10-04) ### Features * **delegates:** add cancel delegate withdrawal method ([a3827dc](https://github.com/ar-io/ar-io-sdk/commit/a3827dcd83f35e9fc9fbde26e6dbb38f88ab9f36)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478f2d88..ad6ee16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0-alpha.8](https://github.com/ar-io/ar-io-sdk/compare/v2.3.0-alpha.7...v2.3.0-alpha.8) (2024-10-04) + + +### Features + +* **delegates:** add cancel delegate withdrawal method ([a3827dc](https://github.com/ar-io/ar-io-sdk/commit/a3827dcd83f35e9fc9fbde26e6dbb38f88ab9f36)) + # [2.3.0-alpha.7](https://github.com/ar-io/ar-io-sdk/compare/v2.3.0-alpha.6...v2.3.0-alpha.7) (2024-10-02) diff --git a/package.json b/package.json index 708acfcb..0d079e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.3.0-alpha.7", + "version": "2.3.0-alpha.8", "repository": { "type": "git", "url": "git+https://github.com/ar-io/ar-io-sdk.git" diff --git a/src/version.ts b/src/version.ts index d02c21dc..b796d691 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.3.0-alpha.7'; +export const version = '2.3.0-alpha.8';