Skip to content

Commit

Permalink
Merge branch 'alpha' into PE-6584-bump-ant-lua-id
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta authored Aug 20, 2024
2 parents 734b686 + 4125c73 commit 351c253
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.1.0-alpha.12](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.11...v2.1.0-alpha.12) (2024-08-20)


### Bug Fixes

* **signer:** add typeguard util for aoSigner ([0d7f210](https://github.com/ar-io/ar-io-sdk/commit/0d7f210ac3ab44a1c7ea296936917e5297878e48))
* **signing:** add aosigner to contract signer ([3b0495a](https://github.com/ar-io/ar-io-sdk/commit/3b0495a3ca4420c61cf4f72c7eb451777cbaf16d))
* **tests:** dont send messages to ao in e2e tests ([e7108da](https://github.com/ar-io/ar-io-sdk/commit/e7108dafb7602e29833b0120c91cff73b022d31f))
* **tests:** reconfigure test structure ([1872a26](https://github.com/ar-io/ar-io-sdk/commit/1872a262b654d72c779c2607ed454c5ae8271e87))
* **tests:** use test-wallet fixture in tests instead of generating anew each time ([27a5dc2](https://github.com/ar-io/ar-io-sdk/commit/27a5dc25cd6bbe75736187280d3f511235dfa0b0))

# [2.1.0-alpha.11](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.10...v2.1.0-alpha.11) (2024-08-08)


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.11",
"version": "2.1.0-alpha.12",
"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.11';
export const version = '2.1.0-alpha.12';

0 comments on commit 351c253

Please sign in to comment.