@subql/node-ethereum 5.6.0 → 5.6.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.
- package/CHANGELOG.md +11 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [5.6.2] - 2025-04-08
|
|
10
|
+
### Changed
|
|
11
|
+
- Update @subql/node-core dependencies
|
|
12
|
+
|
|
13
|
+
## [5.6.1] - 2025-03-24
|
|
14
|
+
### Changed
|
|
15
|
+
- Update node-core with fix for workers max queue error
|
|
16
|
+
|
|
9
17
|
## [5.6.0] - 2025-03-20
|
|
10
18
|
### Changed
|
|
11
19
|
- Update @subql/node-core dependencies
|
|
@@ -600,7 +608,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
600
608
|
### Added
|
|
601
609
|
- Init release
|
|
602
610
|
|
|
603
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.
|
|
611
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...HEAD
|
|
612
|
+
[5.6.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...node-ethereum/5.6.2
|
|
613
|
+
[5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
|
|
604
614
|
[5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0
|
|
605
615
|
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
|
|
606
616
|
[5.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.3.0...node-ethereum/5.4.0
|