diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index ac66b484c..8f87f043e 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.11.2] - 2024-06-12 ### Fixed - Bring back `long` to fix missing filter `codeId` in long type @@ -409,7 +410,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.1...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.2...HEAD +[3.11.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.1...node-cosmos/3.11.2 [3.11.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.0...node-cosmos/3.11.1 [3.11.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.10.0...node-cosmos/3.11.0 [3.10.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.9.2...node-cosmos/3.10.0 diff --git a/packages/node/package.json b/packages/node/package.json index 8a857ea8e..e7818d232 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "3.11.2-0", + "version": "3.11.2", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.11.1" + ] }