Skip to content

Commit

Permalink
chore(release): 1.11.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0-alpha.1](v1.10.1...v1.11.0-alpha.1) (2024-08-28)

### Features

* **kyve:** add exported isTokenType helper PE-6448 ([bf70d59](bf70d59))
* **kyve:** add tokenAmountToBase map PE-6448 ([b2864b3](b2864b3))
* **kyve:** allow kyve token type for uploads and top ups PE-6447 ([861d542](861d542))
* **kyve:** init KYVE crypto fund PE-6448 ([120735f](120735f))
* **kyve:** update exported types PE-6448 ([e06608c](e06608c))
  • Loading branch information
semantic-release-bot committed Aug 28, 2024
1 parent be9a617 commit 281919f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.11.0-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.10.1...v1.11.0-alpha.1) (2024-08-28)


### Features

* **kyve:** add exported isTokenType helper PE-6448 ([bf70d59](https://github.com/ardriveapp/turbo-sdk/commit/bf70d596e9f3f4e31b63525ae533a166206ad736))
* **kyve:** add tokenAmountToBase map PE-6448 ([b2864b3](https://github.com/ardriveapp/turbo-sdk/commit/b2864b3ccad2b0488868b1740fbbf3bb55f1e8d0))
* **kyve:** allow kyve token type for uploads and top ups PE-6447 ([861d542](https://github.com/ardriveapp/turbo-sdk/commit/861d542a7198620e94c1e5210e8c18420953749e))
* **kyve:** init KYVE crypto fund PE-6448 ([120735f](https://github.com/ardriveapp/turbo-sdk/commit/120735f8f0d342d6ebbeb16c05cabcdef2ec20f9))
* **kyve:** update exported types PE-6448 ([e06608c](https://github.com/ardriveapp/turbo-sdk/commit/e06608ccb49e40c8ec0df686838c8ded370c2d2a))

## [1.10.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.10.0...v1.10.1) (2024-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ardrive/turbo-sdk",
"version": "1.10.1",
"version": "1.11.0-alpha.1",
"main": "./lib/cjs/node/index.js",
"types": "./lib/types/node/index.d.ts",
"module": "./lib/esm/node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
*/

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
export const version = '1.10.1';
export const version = '1.11.0-alpha.1';

0 comments on commit 281919f

Please sign in to comment.