Skip to content

Commit

Permalink
[release] 20230526 2 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored May 26, 2023
1 parent da7be37 commit d23b2e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions 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]

## [2.3.1] - 2023-05-26
### Fixed
- Workers crashing because of bad dependency injection

Expand Down Expand Up @@ -98,8 +100,9 @@ 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/v2.3.0...HEAD
[2.3.0]: https://github.com/subquery/subql-algorand/compare/v2.1.0...v2.3.0
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node/v2.3.1...HEAD
[2.3.1]: https://github.com/subquery/subql-algorand/compare/node/v2.3.0...node/v2.3.1
[2.3.0]: https://github.com/subquery/subql-algorand/compare/node/v2.1.0...node/v2.3.0
[2.1.0]: https://github.com/subquery/subql-algorand/node/v2.0.0.../node/v2.1.0
[2.0.0]: https://github.com/subquery/subql-algorand/node/v.1.19.0../node/v2.0.0
[1.19.0]: https://github.com/subquery/subql-algorand/node/v1.18.3.../node/v1.19.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": "2.3.1-0",
"version": "2.3.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -62,6 +62,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.3.0"
]
}

0 comments on commit d23b2e7

Please sign in to comment.