@subql/frontier-evm-processor 1.0.2-0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [1.0.2] - 2025-09-17
8
10
  ### Fixed
9
11
  - Parsing transactions with new chain runtimes (#58)
10
12
 
@@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
52
  ### Changed
51
53
  - update to datasource spec version 1.0.0
52
54
 
53
- [Unreleased]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.1...HEAD
55
+ [Unreleased]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.2...HEAD
56
+ [1.0.2]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.1...frontier-evm/1.0.2
54
57
  [1.0.1]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.0...frontier-evm/1.0.1
55
58
  [1.0.0]: https://github.com/subquery/datasource-processors/compare/frontier-evm-processor/0.1.4...frontier-evm-processor/1.0.0
56
59
  [0.1.4]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.3...frontier-evm/0.1.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/frontier-evm-processor",
3
- "version": "1.0.2-0",
3
+ "version": "1.0.2",
4
4
  "description": "SubQuery datasource processor for Frontier EVM",
5
5
  "main": "dist/index.js",
6
6
  "author": "Subquery Pte Limited",