@subql/node-ethereum 3.0.2 → 3.0.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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -3
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.3] - 2023-10-05
|
|
10
|
+
### Changed
|
|
11
|
+
- Version bump with `@subql/types-ethereum` 3.0.2
|
|
12
|
+
|
|
9
13
|
## [3.0.2] - 2023-10-04
|
|
10
14
|
### Fixed
|
|
11
15
|
- Fix reindex service without poi feature with `node-core`
|
|
@@ -260,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
260
264
|
### Added
|
|
261
265
|
- Init release
|
|
262
266
|
|
|
263
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.
|
|
267
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...HEAD
|
|
268
|
+
[3.0.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.2...node-ethereum/3.0.3
|
|
264
269
|
[3.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.1...node-ethereum/3.0.2
|
|
265
270
|
[3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
|
|
266
271
|
[3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
|