@subql/node-ethereum 6.0.4 → 6.0.5
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
|
+
## [6.0.5] - 2025-05-08
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` with fix for worker queues
|
|
12
|
+
|
|
9
13
|
## [6.0.4] - 2025-05-01
|
|
10
14
|
### Changed
|
|
11
15
|
- Re release of previously failed release
|
|
@@ -628,7 +632,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
628
632
|
### Added
|
|
629
633
|
- Init release
|
|
630
634
|
|
|
631
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.
|
|
635
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.5...HEAD
|
|
636
|
+
[6.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.4...node-ethereum/6.0.5
|
|
632
637
|
[6.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.3...node-ethereum/6.0.4
|
|
633
638
|
[6.0.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.2...node-ethereum/6.0.3
|
|
634
639
|
[6.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.1...node-ethereum/6.0.2
|