diff --git a/.yarn/versions/27e8410f.yml b/.yarn/versions/27e8410f.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index b6dab037b0..28cbc51334 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] +## [5.1.7] - 2024-10-24 ### Fixed - When there is no log data for fullBlock, it is determined as lightBlock. (#350) @@ -567,7 +568,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...HEAD +[5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7 [5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6 [5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5 [5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4 diff --git a/packages/node/package.json b/packages/node/package.json index 5202d707ea..0691dd60e9 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "5.1.7-0", + "version": "5.1.7", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "5.1.6" + ] }