Skip to content

Commit

Permalink
chore(release): 1.10.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0-alpha.3](v1.10.0-alpha.2...v1.10.0-alpha.3) (2024-08-14)

### Bug Fixes

* **upload folder:** improve node exports PE-4643 ([a6c073b](a6c073b))
* **upload folder:** improve web exports PE-4643 ([4b50778](4b50778))
  • Loading branch information
semantic-release-bot committed Aug 14, 2024
1 parent 1c5fad3 commit 0aeb83c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.10.0-alpha.3](https://github.com/ardriveapp/turbo-sdk/compare/v1.10.0-alpha.2...v1.10.0-alpha.3) (2024-08-14)


### Bug Fixes

* **upload folder:** improve node exports PE-4643 ([a6c073b](https://github.com/ardriveapp/turbo-sdk/commit/a6c073bb8b8e8bebf818f08b2ae4b4613ae28c9f))
* **upload folder:** improve web exports PE-4643 ([4b50778](https://github.com/ardriveapp/turbo-sdk/commit/4b50778707cc74b03058eddd98cf1b8818ec39c4))

# [1.10.0-alpha.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.10.0-alpha.1...v1.10.0-alpha.2) (2024-08-12)


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.10.0-alpha.2",
"version": "1.10.0-alpha.3",
"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.10.0-alpha.2';
export const version = '1.10.0-alpha.3';

0 comments on commit 0aeb83c

Please sign in to comment.