Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2024-05-06)

### Bug Fixes

* **eth payments:** setup ETH in default constructor, remove default wait() PE-5992 ([4cbc6bd](4cbc6bd))

### Features

* **eth payments:** init eth tx payments PE-5992 ([6351425](6351425))
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent bd9e1fe commit 3c58fec
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.9.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.8.0...v1.9.0) (2024-05-06)


### Bug Fixes

* **eth payments:** setup ETH in default constructor, remove default wait() PE-5992 ([4cbc6bd](https://github.com/ardriveapp/turbo-sdk/commit/4cbc6bd7211014b7ef415f30b5ef08c8b51b7d86))


### Features

* **eth payments:** init eth tx payments PE-5992 ([6351425](https://github.com/ardriveapp/turbo-sdk/commit/6351425d2bfc918df2e864174b76c439ec067cf8))

# [1.9.0-alpha.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.9.0-alpha.1...v1.9.0-alpha.2) (2024-05-03)


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.9.0-alpha.2",
"version": "1.9.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.9.0-alpha.2';
export const version = '1.9.0';

0 comments on commit 3c58fec

Please sign in to comment.