diff --git a/CHANGELOG.md b/CHANGELOG.md index bf94fbea..3da60aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.3-alpha.4](https://github.com/ar-io/ar-io-sdk/compare/v2.5.3-alpha.3...v2.5.3-alpha.4) (2024-11-28) + + +### Bug Fixes + +* **primary:** support primary name in token cost API ([b4edf47](https://github.com/ar-io/ar-io-sdk/commit/b4edf4768ed6d22325bb3328d9724703fa17c89a)) + ## [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 21e7d1c5..0a4ddd7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.5.3-alpha.3", + "version": "2.5.3-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 cc3bfec8..4a9817e4 100644 --- a/src/version.ts +++ b/src/version.ts @@ -15,4 +15,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.5.3-alpha.3'; +export const version = '2.5.3-alpha.4';