Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .yarn/versions/7748cdee.yml
Empty file.
5 changes: 4 additions & 1 deletion packages/frontier-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/frontier-evm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading