@subql/types-ethereum 2.2.3-1 → 2.2.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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.2.3] - 2023-07-31
10
+ ### Fixed
11
+ - Update license (#137)
12
+
9
13
  ## [2.2.2] - 2023-06-01
10
14
  ### Added
11
15
  - add timestamp to ethTransaction (#93)
@@ -43,16 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
47
  ### Fixed
44
48
  - Re-release 0.2.1
45
49
 
46
- ## [0.2.0] - 2022-12-06
47
- ### Added
48
- - Support for `bypassBlocks` (#1435)
49
-
50
50
  ## [0.2.0] - 2022-11-17
51
51
  ### Changed
52
52
  - Sync with main sdk (#14)
53
53
 
54
54
  ## [0.1.0] - 2022-10-31
55
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...HEAD
55
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...HEAD
56
+ [2.2.3]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...types/2.2.3
56
57
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/types/2.2.1...types/2.2.2
57
58
  [2.2.1]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...types/v2.2.1
58
59
  [2.2.0]: https://github.com/subquery/subql-ethereum/compare/types/v2.1.0...types/v2.2.0