diff --git a/.yarn/versions/7748cdee.yml b/.yarn/versions/7748cdee.yml new file mode 100644 index 0000000..e69de29 diff --git a/packages/frontier-evm/CHANGELOG.md b/packages/frontier-evm/CHANGELOG.md index 1975f97..e5aed09 100644 --- a/packages/frontier-evm/CHANGELOG.md +++ b/packages/frontier-evm/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] + +## [1.0.2] - 2025-09-17 ### Fixed - Parsing transactions with new chain runtimes (#58) @@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - update to datasource spec version 1.0.0 -[Unreleased]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.1...HEAD +[Unreleased]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.2...HEAD +[1.0.2]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.1...frontier-evm/1.0.2 [1.0.1]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.0...frontier-evm/1.0.1 [1.0.0]: https://github.com/subquery/datasource-processors/compare/frontier-evm-processor/0.1.4...frontier-evm-processor/1.0.0 [0.1.4]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.3...frontier-evm/0.1.4 diff --git a/packages/frontier-evm/package.json b/packages/frontier-evm/package.json index 97e52a3..410273f 100644 --- a/packages/frontier-evm/package.json +++ b/packages/frontier-evm/package.json @@ -1,6 +1,6 @@ { "name": "@subql/frontier-evm-processor", - "version": "1.0.2-0", + "version": "1.0.2", "description": "SubQuery datasource processor for Frontier EVM", "main": "dist/index.js", "author": "Subquery Pte Limited",