Skip to content

Commit

Permalink
[release] 20240514 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored May 13, 2024
1 parent a5ca7ac commit f4bce8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.11.3] - 2024-05-14
### Fixed
- POI throwing an error due to incorrect block hash (#120)

Expand Down Expand Up @@ -245,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.2...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.3...HEAD
[3.11.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.2...node-algorand/3.11.3
[3.11.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.0...node-algorand/3.11.2
[3.11.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...node-algorand/3.11.0
[3.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...node-algorand/3.10.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-algorand",
"version": "3.11.3-0",
"version": "3.11.3",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -53,6 +53,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.11.2"
]
}

0 comments on commit f4bce8a

Please sign in to comment.