@subql/node-ethereum 4.4.2 → 4.4.3

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,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.4.3] - 2024-06-07
10
+ ### Fixed
11
+ - Endpoint search params being stripped (#301)
9
12
 
10
13
  ## [4.4.2] - 2024-06-06
11
14
  ### Fixed
@@ -483,7 +486,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
483
486
  ### Added
484
487
  - Init release
485
488
 
486
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.2...HEAD
489
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.3...HEAD
490
+ [4.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.2...node-ethereum/4.4.3
487
491
  [4.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.1...node-ethereum/4.4.2
488
492
  [4.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.0...node-ethereum/4.4.1
489
493
  [4.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.2...node-ethereum/4.4.0