Skip to content

Commit

Permalink
chore(release): 1.16.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0-alpha.2](v1.16.0-alpha.1...v1.16.0-alpha.2) (2024-09-12)

### Features

* **crypto fund:** add --tx-id parameter with submitFundTransaction compatibility and docs PE-6732 ([23b6035](23b6035))
* **crypto fund:** init confirmation promot PE-6732 ([3714599](3714599))
  • Loading branch information
semantic-release-bot committed Sep 12, 2024
1 parent 34096d9 commit bc74f4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.16.0-alpha.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.16.0-alpha.1...v1.16.0-alpha.2) (2024-09-12)


### Features

* **crypto fund:** add --tx-id parameter with submitFundTransaction compatibility and docs PE-6732 ([23b6035](https://github.com/ardriveapp/turbo-sdk/commit/23b6035d3e8edbd9b16864930266880056231c9b))
* **crypto fund:** init confirmation promot PE-6732 ([3714599](https://github.com/ardriveapp/turbo-sdk/commit/3714599bd3fc050e0d97299972de0e8343b6b4ea))

# [1.16.0-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.15.0...v1.16.0-alpha.1) (2024-09-12)


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.16.0-alpha.1",
"version": "1.16.0-alpha.2",
"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.16.0-alpha.1';
export const version = '1.16.0-alpha.2';

0 comments on commit bc74f4d

Please sign in to comment.