diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b864ef..6618585b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.13.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.12.0...v1.13.0) (2024-09-06) + + +### Features + +* **balance:** init CLI balance command PE-6635 ([18de656](https://github.com/ardriveapp/turbo-sdk/commit/18de65605d985a901b9211f94ce68fd305c0d8e6)) +* **top-up:** init top-up with stripe checkout command PE-6635 ([c43e11b](https://github.com/ardriveapp/turbo-sdk/commit/c43e11bc82f63f9b99e061848787fd1458c71a21)) + # [1.12.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.11.0...v1.12.0) (2024-08-30) diff --git a/package.json b/package.json index 60fab757..6ef923fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ardrive/turbo-sdk", - "version": "1.13.0-alpha.2", + "version": "1.13.0", "main": "./lib/cjs/node/index.js", "types": "./lib/types/node/index.d.ts", "module": "./lib/esm/node/index.js", diff --git a/src/version.ts b/src/version.ts index 39079ae8..c686f808 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '1.13.0-alpha.2'; +export const version = '1.13.0';