@subql/node-ethereum 4.4.1 → 4.4.3-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,7 +5,12 @@ 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
+ ### Fixed
9
+ - Endpoint search params being stripped (#301)
8
10
 
11
+ ## [4.4.2] - 2024-06-06
12
+ ### Fixed
13
+ - Fix import issue from node-core
9
14
 
10
15
  ## [4.4.1] - 2024-06-05
11
16
  ### Fixed
@@ -479,7 +484,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
479
484
  ### Added
480
485
  - Init release
481
486
 
482
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.1...HEAD
487
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.2...HEAD
488
+ [4.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.1...node-ethereum/4.4.2
483
489
  [4.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.0...node-ethereum/4.4.1
484
490
  [4.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.2...node-ethereum/4.4.0
485
491
  [4.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.1...node-ethereum/4.3.2