Skip to content

Commit

Permalink
chore(release): 1.21.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0-alpha.1](v1.20.2-alpha.1...v1.21.0-alpha.1) (2024-11-22)

### Bug Fixes

* include `pol` on exported create signer function PE-7171 ([3586f57](3586f57))

### Features

* **token-price:** init new price method PE-7171 ([c4df2f2](c4df2f2))
* **token-price:** init token-price CLI command PE-7171 ([5325173](5325173))
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 86e53bc commit 81c5016
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.21.0-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.20.2-alpha.1...v1.21.0-alpha.1) (2024-11-22)


### Bug Fixes

* include `pol` on exported create signer function PE-7171 ([3586f57](https://github.com/ardriveapp/turbo-sdk/commit/3586f5788e0f18f05b3dc62165db066c4a96b3e8))


### Features

* **token-price:** init new price method PE-7171 ([c4df2f2](https://github.com/ardriveapp/turbo-sdk/commit/c4df2f214dffc6b4cb0c883ab2e0a5ea2ec26e6b))
* **token-price:** init token-price CLI command PE-7171 ([5325173](https://github.com/ardriveapp/turbo-sdk/commit/5325173b97988b849d728d8bbba9df13abf7c879))

## [1.20.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.20.0...v1.20.1) (2024-11-05)


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

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

0 comments on commit 81c5016

Please sign in to comment.