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