Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.1...v3.4.0) (2025-01-31)

### Bug Fixes

* **ant:** add setUndername and setBasename apis ([ce4abfe](ce4abfe))

### Features

* **ant apis:** add commands for new methods ([931e621](931e621))
* **revokable vaults:** init revokeVault and vaultedTransfer commands and methods PE-7514 ([6ca44a1](6ca44a1))
* **vault apis:** assert lock length in range PE-7541 ([3585643](3585643))
* **vault apis:** init write methods+commands for create/extend/increase vault PE-7541 ([b2e3cab](b2e3cab))
  • Loading branch information
semantic-release-bot committed Jan 31, 2025
1 parent ab495a8 commit 52044d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.4.0](https://github.com/ar-io/ar-io-sdk/compare/v3.3.1...v3.4.0) (2025-01-31)


### Bug Fixes

* **ant:** add setUndername and setBasename apis ([ce4abfe](https://github.com/ar-io/ar-io-sdk/commit/ce4abfe33032530157eb31657ae93d681935f27e))


### Features

* **ant apis:** add commands for new methods ([931e621](https://github.com/ar-io/ar-io-sdk/commit/931e621cbb8b35e58dbfa64d8adaa898dbf74086))
* **revokable vaults:** init revokeVault and vaultedTransfer commands and methods PE-7514 ([6ca44a1](https://github.com/ar-io/ar-io-sdk/commit/6ca44a1e84d1bd14ded87a59cc408425c54ea2e4))
* **vault apis:** assert lock length in range PE-7541 ([3585643](https://github.com/ar-io/ar-io-sdk/commit/3585643ecd8b0a335741fe0bfbcfbd2288cc3e9d))
* **vault apis:** init write methods+commands for create/extend/increase vault PE-7541 ([b2e3cab](https://github.com/ar-io/ar-io-sdk/commit/b2e3cab54e8547c0392604c3302c01caac38d2c7))

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


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

0 comments on commit 52044d3

Please sign in to comment.