diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 4d617cd4..d1339090 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 (#72) @@ -138,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `toJson` method to function args (#9) ## 1.18.0 - 2023-01-26 -[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.1.1...HEAD +[3.1.1]: https://github.com/subquery/subql-near/compare/node-near/3.1.0...node-near/3.1.1 [3.1.0]: https://github.com/subquery/subql-near/compare/node-near/3.0.0...node-near/3.1.0 [3.0.0]: https://github.com/subquery/subql-near/compare/node-near/2.10.2...node-near/3.0.0 [2.10.2]: https://github.com/subquery/subql-near/compare/node-near/2.10.1...node-near/2.10.2 diff --git a/packages/node/package.json b/packages/node/package.json index 7cf62f6e..de90ce1d 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "3.1.1-0", + "version": "3.1.1", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.1.0" + ] }