diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index f24c492c..5f98752f 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -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) @@ -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 diff --git a/packages/node/package.json b/packages/node/package.json index e921d428..d67f271f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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", @@ -60,6 +60,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.1.0" + ] }