diff --git a/CHANGELOG.md b/CHANGELOG.md index 666e7a75..d37010ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.3-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v2.5.2...v2.5.3-alpha.1) (2024-11-26) + + +### Bug Fixes + +* **ant lua id:** update ant lua id ([54ff68b](https://github.com/ar-io/ar-io-sdk/commit/54ff68b03842f8382bbdfd28902f033857f25a39)) + ## [2.5.2](https://github.com/ar-io/ar-io-sdk/compare/v2.5.1...v2.5.2) (2024-11-25) diff --git a/package.json b/package.json index d0c9f6a0..15c4c8f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.5.2", + "version": "2.5.3-alpha.1", "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 23416b15..032b7a85 100644 --- a/src/version.ts +++ b/src/version.ts @@ -15,4 +15,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.5.2'; +export const version = '2.5.3-alpha.1';