@subql/node-ethereum 3.0.0 → 3.0.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
+ ## [3.0.1] - 2023-10-03
10
+ ### Fixed
11
+ - Empty string causing main command to not run, this happened with the default docker compose in starters
12
+
9
13
  ## [3.0.0] - 2023-10-03
10
14
  ### Fixed
11
15
  - Fix dictionary metadata validation failed
@@ -249,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249
253
  ### Added
250
254
  - Init release
251
255
 
252
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...HEAD
256
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.1...HEAD
257
+ [3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
253
258
  [3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
254
259
  [2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
255
260
  [2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4