@subql/node-ethereum 6.1.0 → 6.1.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
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.1.1] - 2025-07-01
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/common` and `@subql/node-core` (#386)
|
|
12
|
+
|
|
9
13
|
## [6.1.0] - 2025-06-18
|
|
10
14
|
### Changed
|
|
11
15
|
- Update `@subql/node-core` (#383)
|
|
@@ -639,7 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
639
643
|
### Added
|
|
640
644
|
- Init release
|
|
641
645
|
|
|
642
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.
|
|
646
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.1...HEAD
|
|
647
|
+
[6.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.0...node-ethereum/6.1.1
|
|
643
648
|
[6.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.5...node-ethereum/6.1.0
|
|
644
649
|
[6.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.4...node-ethereum/6.0.5
|
|
645
650
|
[6.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.3...node-ethereum/6.0.4
|