@subql/node-ethereum 5.2.2-0 → 5.4.0
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
CHANGED
|
@@ -5,6 +5,12 @@ 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
|
+
## [5.4.0] - 2025-01-28
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` with minor bug fixes and improvements
|
|
12
|
+
|
|
13
|
+
## [5.3.0] - 2024-12-17
|
|
8
14
|
### Changed
|
|
9
15
|
- Update `@subql/node-core` and `@subql/common` dependencies
|
|
10
16
|
|
|
@@ -579,7 +585,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
579
585
|
### Added
|
|
580
586
|
- Init release
|
|
581
587
|
|
|
582
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.
|
|
588
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...HEAD
|
|
589
|
+
[5.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.3.0...node-ethereum/5.4.0
|
|
590
|
+
[5.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.1...node-ethereum/5.3.0
|
|
583
591
|
[5.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...node-ethereum/5.2.1
|
|
584
592
|
[5.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...node-ethereum/5.2.0
|
|
585
593
|
[5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7
|