Skip to content

Commit

Permalink
[release] 20231027 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Oct 27, 2023
1 parent 569b379 commit 5ef283b
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.1.1] - 2023-10-27
### Fixed
- Not injecting cache into workers (#81)

Expand Down Expand Up @@ -157,7 +159,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.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.1.1...HEAD
[3.1.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.1.0...node-algorand/3.1.1
[3.1.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.1...node-algorand/3.1.0
[3.0.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.0...node-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.10.0...node-algorand/3.0.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.1.1-0",
"version": "3.1.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.1.0"
]
}

0 comments on commit 5ef283b

Please sign in to comment.