diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9b6ec1..9186506a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0-alpha.13](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.12...v2.1.0-alpha.13) (2024-08-21) + + +### Features + +* **ant id:** update lua ant id to latest ([968c30e](https://github.com/ar-io/ar-io-sdk/commit/968c30e9b3851c0eed1bb7e152e78835d558243b)) + # [2.1.0-alpha.12](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.11...v2.1.0-alpha.12) (2024-08-20) diff --git a/package.json b/package.json index 0ce1cf37..cf56ffea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.1.0-alpha.12", + "version": "2.1.0-alpha.13", "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 f36e9a08..c2517e5c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -17,4 +17,4 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.1.0-alpha.12'; +export const version = '2.1.0-alpha.13';