@subql/node-ethereum 6.2.0 → 6.2.1
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.
- package/CHANGELOG.md +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.2.1] - 2025-07-30
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql` deps, fixes issue with indexes not being found (#391)
|
|
12
|
+
|
|
9
13
|
## [6.2.0] - 2025-07-23
|
|
10
14
|
### Changed
|
|
11
15
|
- Optimise docker image size (#388)
|
|
@@ -647,7 +651,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
647
651
|
### Added
|
|
648
652
|
- Init release
|
|
649
653
|
|
|
650
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.
|
|
654
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.1...HEAD
|
|
655
|
+
[6.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.0...node-ethereum/6.2.1
|
|
651
656
|
[6.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.1...node-ethereum/6.2.0
|
|
652
657
|
[6.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.0...node-ethereum/6.1.1
|
|
653
658
|
[6.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.5...node-ethereum/6.1.0
|