@subql/node-ethereum 5.2.1-0 → 5.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 +3 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [5.2.1] - 2024-12-06
|
|
9
10
|
### Fixed
|
|
10
11
|
- Missing API dependency when using reindex
|
|
11
12
|
|
|
@@ -576,7 +577,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
576
577
|
### Added
|
|
577
578
|
- Init release
|
|
578
579
|
|
|
579
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.
|
|
580
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.1...HEAD
|
|
581
|
+
[5.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...node-ethereum/5.2.1
|
|
580
582
|
[5.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...node-ethereum/5.2.0
|
|
581
583
|
[5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7
|
|
582
584
|
[5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
|
package/package.json
CHANGED