Skip to content

Commit

Permalink
chore(release): 3.8.2-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.2-alpha.1](v3.8.1...v3.8.2-alpha.1) (2025-02-24)

### Bug Fixes

* missing break for happy path through send ([e55ecc1](e55ecc1))
* modify retry logic for send to only retry on exceptions from ao.message or ao.result ([229df6b](229df6b))
* modify retry logic to only occur on dryrun exceptions ([c578893](c578893))
* protect against if retries is 0 ([6aa1b58](6aa1b58))
  • Loading branch information
semantic-release-bot committed Feb 24, 2025
1 parent a97f478 commit 4a28256
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.8.2-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v3.8.1...v3.8.2-alpha.1) (2025-02-24)


### Bug Fixes

* missing break for happy path through send ([e55ecc1](https://github.com/ar-io/ar-io-sdk/commit/e55ecc19104ed284727c503bc171bb18118b0785))
* modify retry logic for send to only retry on exceptions from ao.message or ao.result ([229df6b](https://github.com/ar-io/ar-io-sdk/commit/229df6b3618a5268fcf984f320f9782c3b7ac8bb))
* modify retry logic to only occur on dryrun exceptions ([c578893](https://github.com/ar-io/ar-io-sdk/commit/c5788932f809b752da760fb55a06a640813c9629))
* protect against if retries is 0 ([6aa1b58](https://github.com/ar-io/ar-io-sdk/commit/6aa1b58e3f127200925e4178ff0736fb77b44a06))

## [3.8.1](https://github.com/ar-io/ar-io-sdk/compare/v3.8.0...v3.8.1) (2025-02-21)


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": "@ar.io/sdk",
"version": "3.8.1",
"version": "3.8.2-alpha.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ar-io/ar-io-sdk.git"
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 = '3.8.1';
export const version = '3.8.2-alpha.1';

0 comments on commit 4a28256

Please sign in to comment.