Skip to content

Commit

Permalink
chore(release): 2.1.0-alpha.5 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-alpha.5](v2.1.0-alpha.4...v2.1.0-alpha.5) (2024-07-29)

### Bug Fixes

* **actions:** ignore engines in action ([7f6f87d](7f6f87d))
* **deps:** move arconnect to dev deps ([34f07d2](34f07d2))
* **naming:** name AoSigner property aoSigner ([4604524](4604524))
* **signer:** describe signing function as signer vs aoSigner in case of signer type changes ([3b23f80](3b23f80))
* **signer:** move createAoSigner to be a util ([7f7a0e6](7f7a0e6))
* **signer:** pass in signing function instead of signer class ([cba16e3](cba16e3))
* **signer:** use AoSigner type as return type ([8e95edd](8e95edd))

### Features

* **signing:** add window arweave wallet to available signing options ([7596aec](7596aec))
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 8497a20 commit 4e84bd2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.1.0-alpha.5](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.4...v2.1.0-alpha.5) (2024-07-29)


### Bug Fixes

* **actions:** ignore engines in action ([7f6f87d](https://github.com/ar-io/ar-io-sdk/commit/7f6f87d442dca7970ee495f2b4286049e63cbcff))
* **deps:** move arconnect to dev deps ([34f07d2](https://github.com/ar-io/ar-io-sdk/commit/34f07d25024c080f529218569cba57041e34baa2))
* **naming:** name AoSigner property aoSigner ([4604524](https://github.com/ar-io/ar-io-sdk/commit/4604524dc56333c3ed1698978b61747920c43848))
* **signer:** describe signing function as signer vs aoSigner in case of signer type changes ([3b23f80](https://github.com/ar-io/ar-io-sdk/commit/3b23f80581ea331b89ac31756421f74799315e2c))
* **signer:** move createAoSigner to be a util ([7f7a0e6](https://github.com/ar-io/ar-io-sdk/commit/7f7a0e6f16b1b8f2e900aca056f6f5aaa98bd4f1))
* **signer:** pass in signing function instead of signer class ([cba16e3](https://github.com/ar-io/ar-io-sdk/commit/cba16e3f72d3adf0b0ecf39dd93236511b77bb7c))
* **signer:** use AoSigner type as return type ([8e95edd](https://github.com/ar-io/ar-io-sdk/commit/8e95eddf5723b0fdbf870688556f76a3e80bb6fa))


### Features

* **signing:** add window arweave wallet to available signing options ([7596aec](https://github.com/ar-io/ar-io-sdk/commit/7596aec43557b2a0aac3844a973b78f4fed33b65))

# [2.1.0-alpha.4](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.3...v2.1.0-alpha.4) (2024-07-25)


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": "2.1.0-alpha.4",
"version": "2.1.0-alpha.5",
"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 @@ -17,4 +17,4 @@

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH

export const version = '2.1.0-alpha.4';
export const version = '2.1.0-alpha.5';

0 comments on commit 4e84bd2

Please sign in to comment.