@subql/node-ethereum 5.6.0 → 5.6.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 +2 -2
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
|
+
## [5.6.1] - 2025-03-24
|
|
10
|
+
### Changed
|
|
11
|
+
- Update node-core with fix for workers max queue error
|
|
12
|
+
|
|
9
13
|
## [5.6.0] - 2025-03-20
|
|
10
14
|
### Changed
|
|
11
15
|
- Update @subql/node-core dependencies
|
|
@@ -600,7 +604,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
600
604
|
### Added
|
|
601
605
|
- Init release
|
|
602
606
|
|
|
603
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.
|
|
607
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...HEAD
|
|
608
|
+
[5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
|
|
604
609
|
[5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0
|
|
605
610
|
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
|
|
606
611
|
[5.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.3.0...node-ethereum/5.4.0
|