From ee3cd2497a06b0d6ac1a705a62f4f0e6015b2acd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 23:13:57 +0000 Subject: [PATCH] chore(release): 2.3.0-alpha.4 [skip ci] # [2.3.0-alpha.4](https://github.com/ar-io/ar-io-sdk/compare/v2.3.0-alpha.3...v2.3.0-alpha.4) (2024-09-26) ### Bug Fixes * **types:** update types ([883ffb3](https://github.com/ar-io/ar-io-sdk/commit/883ffb35549d8fe40963489d93a6423f534d29e8)) --- 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 361bd14a..50e6ac2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0-alpha.4](https://github.com/ar-io/ar-io-sdk/compare/v2.3.0-alpha.3...v2.3.0-alpha.4) (2024-09-26) + + +### Bug Fixes + +* **types:** update types ([883ffb3](https://github.com/ar-io/ar-io-sdk/commit/883ffb35549d8fe40963489d93a6423f534d29e8)) + # [2.3.0-alpha.3](https://github.com/ar-io/ar-io-sdk/compare/v2.3.0-alpha.2...v2.3.0-alpha.3) (2024-09-26) diff --git a/package.json b/package.json index 4b89a36f..38b0a8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.3.0-alpha.3", + "version": "2.3.0-alpha.4", "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 54e904f0..e6da03b3 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.3'; +export const version = '2.3.0-alpha.4';