Skip to content

Commit

Permalink
chore(release): 3.3.1-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.1-alpha.2](v3.3.1-alpha.1...v3.3.1-alpha.2) (2025-01-26)

### Bug Fixes

* **boot:** add boot loader logic to ant spawn util ([f00ab47](f00ab47))
* **lua:** update lua code id ([76822a2](76822a2))
* **tags:** remove extra tags from spawn util ([f308b84](f308b84))
  • Loading branch information
semantic-release-bot committed Jan 26, 2025
1 parent b58b29a commit 7e27045
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.3.1-alpha.2](https://github.com/ar-io/ar-io-sdk/compare/v3.3.1-alpha.1...v3.3.1-alpha.2) (2025-01-26)


### Bug Fixes

* **boot:** add boot loader logic to ant spawn util ([f00ab47](https://github.com/ar-io/ar-io-sdk/commit/f00ab47848979b05634677ad458940b033e9f90a))
* **lua:** update lua code id ([76822a2](https://github.com/ar-io/ar-io-sdk/commit/76822a2b4b12df7449d6a0d4c25927d491a17faf))
* **tags:** remove extra tags from spawn util ([f308b84](https://github.com/ar-io/ar-io-sdk/commit/f308b84cb48f7ecb4bd89d5dbc910002bd147dcc))

## [3.3.1-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v3.3.0...v3.3.1-alpha.1) (2025-01-24)


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.3.1-alpha.1",
"version": "3.3.1-alpha.2",
"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.3.1-alpha.1';
export const version = '3.3.1-alpha.2';

0 comments on commit 7e27045

Please sign in to comment.