Skip to content

Commit

Permalink
release: 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Aug 23, 2024
1 parent c7886fb commit 6bfaadd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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.1.1] - 2024-08-23

### Changed

- Asset in `output_amount` of `/txs` is now sorted by the unit name
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgs ? import nixpkgs {}
, blockfrost-tests ?
(builtins.fetchGit {
url = "ssh://[email protected]/blockfrost/blockfrost-tests.git";
rev = "80f4b30ac9af25677c04668e9f12e2b51dd21b3c";
rev = "0d617cfb8722ff21850ec92a94e3436ba6b7821c";
allRefs = true;
})
, system ? builtins.currentSystem
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.1.0",
"version": "2.1.1",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down Expand Up @@ -77,4 +77,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit 6bfaadd

Please sign in to comment.