@subql/node-ethereum 4.1.2-3 → 4.2.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 CHANGED
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Changed
9
+ - Update node-core with bug fixes (#285)
10
+
11
+ ## [4.2.0] - 2024-04-30
8
12
  ### Fixed
9
13
  - Dictionary v2 transactions query not including address (#281)
10
14
  - Dictionary v1 and v2 queries with modulo filters (#283)
@@ -456,7 +460,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
456
460
  ### Added
457
461
  - Init release
458
462
 
459
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.1...HEAD
463
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.2.0...HEAD
464
+ [4.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.1...node-ethereum/4.2.0
460
465
  [4.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.0...node-ethereum/4.1.1
461
466
  [4.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.0.0...node-ethereum/4.1.0
462
467
  [4.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.11.0...node-ethereum/4.0.0