Skip to content

Commit

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

### Bug Fixes

* **util:** use ANTRegistry class for registering ant on spawn instead of aoconnect ([350112d](350112d))
  • Loading branch information
semantic-release-bot committed Aug 28, 2024
1 parent 7831574 commit e086ca9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0-alpha.4](https://github.com/ar-io/ar-io-sdk/compare/v2.2.0-alpha.3...v2.2.0-alpha.4) (2024-08-28)


### Bug Fixes

* **util:** use ANTRegistry class for registering ant on spawn instead of aoconnect ([350112d](https://github.com/ar-io/ar-io-sdk/commit/350112d7fb29c180231b69ede5c4c2f94a60afa3))

# [2.2.0-alpha.3](https://github.com/ar-io/ar-io-sdk/compare/v2.2.0-alpha.2...v2.2.0-alpha.3) (2024-08-28)


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.2.0-alpha.3",
"version": "2.2.0-alpha.4",
"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.2.0-alpha.3';
export const version = '2.2.0-alpha.4';

0 comments on commit e086ca9

Please sign in to comment.