Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](v1.16.1...v1.17.0) (2024-09-13)

### Features

* **pol:** add support for matic/pol crypto fund PE-6722 ([ee523ba](ee523ba))
* **pol:** add support for matic/pol token uploads and top ups PE-6721 ([62ff2c8](62ff2c8))
* **price commands:** init CLI price command PE-6728 ([d737b8e](d737b8e))
  • Loading branch information
semantic-release-bot committed Sep 13, 2024
1 parent 7d21213 commit 97648f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.17.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.16.1...v1.17.0) (2024-09-13)


### Features

* **pol:** add support for matic/pol crypto fund PE-6722 ([ee523ba](https://github.com/ardriveapp/turbo-sdk/commit/ee523bacac0b0e3213e6e132af6b0195cbf64562))
* **pol:** add support for matic/pol token uploads and top ups PE-6721 ([62ff2c8](https://github.com/ardriveapp/turbo-sdk/commit/62ff2c881f51c492b37dc87bfb47354cdc978766))
* **price commands:** init CLI price command PE-6728 ([d737b8e](https://github.com/ardriveapp/turbo-sdk/commit/d737b8e7bdfc9cd3c0eab5d505f805477db16106))

## [1.16.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.16.0...v1.16.1) (2024-09-13)


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.17.0-alpha.2",
"version": "1.17.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.17.0-alpha.2';
export const version = '1.17.0';

0 comments on commit 97648f1

Please sign in to comment.