Skip to content

Commit

Permalink
Merge pull request #179 from blockfrost/release-2.0.3
Browse files Browse the repository at this point in the history
release: 2.0.3
  • Loading branch information
slowbackspace committed May 23, 2024
2 parents e6376ba + ef30a04 commit 7204204
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.3] - 2024-05-23

### Fixed

- calculation of `live_stake` in `/pools/{pool_id}/delegators` to reflect the split of MIRs into a separate table (`instant_reward`) in new dbsync, which was omitted in 2.0.1 for this endpoint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockfrost-backend-ryo",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down Expand Up @@ -75,4 +75,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit 7204204

Please sign in to comment.