Skip to content

Commit

Permalink
chore(release): 2.2.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0-alpha.1](v2.1.0...v2.2.0-alpha.1) (2024-08-22)

### Bug Fixes

* **register:** update spawn ant to register at end of spawn ([4320c80](4320c80))
* **signer:** add typeguard util for aoSigner ([0d7f210](0d7f210))
* **signing:** add aosigner to contract signer ([3b0495a](3b0495a))
* **tests:** dont send messages to ao in e2e tests ([e7108da](e7108da))
* **tests:** reconfigure test structure ([1872a26](1872a26))
* **tests:** use test-wallet fixture in tests instead of generating anew each time ([27a5dc2](27a5dc2))

### Features

* **ant id:** update lua ant id to latest ([968c30e](968c30e))
  • Loading branch information
semantic-release-bot committed Aug 22, 2024
1 parent 31deb4f commit 114164c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.2.0-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0...v2.2.0-alpha.1) (2024-08-22)


### Bug Fixes

* **register:** update spawn ant to register at end of spawn ([4320c80](https://github.com/ar-io/ar-io-sdk/commit/4320c803bec96eedf4fe4bd5456a5eaa4ac9ae88))
* **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))


### Features

* **ant id:** update lua ant id to latest ([968c30e](https://github.com/ar-io/ar-io-sdk/commit/968c30e9b3851c0eed1bb7e152e78835d558243b))

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


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.13",
"version": "2.2.0-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 @@ -17,4 +17,4 @@

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH

export const version = '2.1.0-alpha.13';
export const version = '2.2.0-alpha.1';

0 comments on commit 114164c

Please sign in to comment.