Skip to content

Commit

Permalink
chore(release): 2.5.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0-alpha.1](v2.4.0...v2.5.0-alpha.1) (2024-11-14)

### Features

* **delegations:** add getter for staked and vaulted delegations PE-7093 ([7182942](7182942))
* **delegations:** add SDK function to retrieve an address's delegations PE-7093 ([07c9107](07c9107))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent 4604724 commit 7926567
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.5.0-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v2.4.0...v2.5.0-alpha.1) (2024-11-14)


### Features

* **delegations:** add getter for staked and vaulted delegations PE-7093 ([7182942](https://github.com/ar-io/ar-io-sdk/commit/7182942ca737f86e94dc35423c71cd2bc6412f1d))
* **delegations:** add SDK function to retrieve an address's delegations PE-7093 ([07c9107](https://github.com/ar-io/ar-io-sdk/commit/07c910786d4fd4d95b463a9eb28121149e66eb8a))

# [2.4.0](https://github.com/ar-io/ar-io-sdk/compare/v2.3.2...v2.4.0) (2024-11-12)


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.4.0",
"version": "2.5.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 @@ -16,4 +16,4 @@

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH

export const version = '2.4.0';
export const version = '2.5.0-alpha.1';

0 comments on commit 7926567

Please sign in to comment.