@subql/node-ethereum 3.3.1-0 → 3.3.2-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 +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ 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
|
+
|
|
9
|
+
## [3.3.1] - 2023-11-08
|
|
8
10
|
### Fixed
|
|
9
11
|
- Getting transaction receipts when accessing via a log handler
|
|
10
12
|
- transaction missing from log (#202)
|
|
@@ -314,7 +316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
314
316
|
### Added
|
|
315
317
|
- Init release
|
|
316
318
|
|
|
317
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.
|
|
319
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.1...HEAD
|
|
320
|
+
[3.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.0...node-ethereum/3.3.1
|
|
318
321
|
[3.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...node-ethereum/3.3.0
|
|
319
322
|
[3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
|
|
320
323
|
[3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2-0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"/dist",
|
|
67
67
|
"/bin"
|
|
68
68
|
],
|
|
69
|
-
"stableVersion": "3.3.
|
|
69
|
+
"stableVersion": "3.3.1"
|
|
70
70
|
}
|