Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2023-11-03)

### Bug Fixes

* **upload:** update the default upload service URL ([f718af9](f718af9))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent 5e579af commit 8da51cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.0.1...v1.0.2) (2023-11-03)


### Bug Fixes

* **upload:** update the default upload service URL ([f718af9](https://github.com/ardriveapp/turbo-sdk/commit/f718af9ddd2cef6dd61a896bec0d061a3956cfc6))

## [1.0.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.0.0...v1.0.1) (2023-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.0.1",
"version": "1.0.2",
"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.0.1';
export const version = '1.0.2';

0 comments on commit 8da51cc

Please sign in to comment.