Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-04-25)

### Features

* **upload:** allow eth and sol signing for upload PE-5941 ([bfcdc4b](bfcdc4b))
* **upload:** allow eth/sol signer types PE-5941 ([9902501](9902501))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent 51fcde8 commit 6717d38
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.7.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.6.0...v1.7.0) (2024-04-25)


### Features

* **upload:** allow eth and sol signing for upload PE-5941 ([bfcdc4b](https://github.com/ardriveapp/turbo-sdk/commit/bfcdc4b13fc18313034c39f80511cb9b58396fb8))
* **upload:** allow eth/sol signer types PE-5941 ([9902501](https://github.com/ardriveapp/turbo-sdk/commit/99025013837afeeeaab7b66756296ea78538b62b))

# [1.7.0-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.6.0...v1.7.0-alpha.1) (2024-04-24)


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

0 comments on commit 6717d38

Please sign in to comment.