diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b75962..58f2518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.4.0-alpha.12](https://github.com/ar-io/ar-io-sdk/compare/v2.4.0-alpha.11...v2.4.0-alpha.12) (2024-11-07) + + +### Bug Fixes + +* corrected AoVaultData field to be startTimestamp ([b9888bf](https://github.com/ar-io/ar-io-sdk/commit/b9888bf19655b77bb07fe4240d30a9bb3328a076)) + # [2.4.0-alpha.11](https://github.com/ar-io/ar-io-sdk/compare/v2.4.0-alpha.10...v2.4.0-alpha.11) (2024-11-07) diff --git a/package.json b/package.json index c8ebdb1b..1cb0b416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.4.0-alpha.11", + "version": "2.4.0-alpha.12", "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 70f2a5a1..6c31645e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.4.0-alpha.11'; +export const version = '2.4.0-alpha.12';