Skip to content

Commit

Permalink
chore(release): 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.19.0](v1.18.0...v1.19.0) (2024-10-03)

### Bug Fixes

* **upload file:** allows buffer type in uploadFile inputs PE-6851 ([7c8d75b](7c8d75b))

### Features

* **web:** implement walletAdapter for SOL and ETH web signing support PE-6052 ([2ab2486](2ab2486))
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 28cab72 commit 0fa8596
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.19.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.18.0...v1.19.0) (2024-10-03)


### Bug Fixes

* **upload file:** allows buffer type in uploadFile inputs PE-6851 ([7c8d75b](https://github.com/ardriveapp/turbo-sdk/commit/7c8d75bbdc113894f43dfb319bfc17dd3b577285))


### Features

* **web:** implement walletAdapter for SOL and ETH web signing support PE-6052 ([2ab2486](https://github.com/ardriveapp/turbo-sdk/commit/2ab2486b98930db25cf74d9ba84f2ffeef989920))

# [1.18.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.17.0...v1.18.0) (2024-09-27)


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.19.0-alpha.1",
"version": "1.19.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 @@ -15,4 +15,4 @@
*/

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

0 comments on commit 0fa8596

Please sign in to comment.