@subql/types-ethereum 2.2.0 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +1 -1
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.1] - 2023-05-22
10
+ ### Fixed
11
+ - Previous release failed
12
+
9
13
  ## [2.2.0] - 2023-05-22
10
14
  ### Fixed
11
15
  - Add chainId to global (#77)
@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
48
  - Sync with main sdk (#14)
45
49
 
46
50
  ## [0.1.0] - 2022-10-31
47
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...HEAD
51
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.1...HEAD
52
+ [2.2.1]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...types/v2.2.1
48
53
  [2.2.0]: https://github.com/subquery/subql-ethereum/compare/types/v2.1.0...types/v2.2.0
49
54
  [2.1.0]: https://github.com/subquery/subql-ethereum/compare/types/2.0.0v.../types/v2.1.0
50
55
  [2.0.0]: https://github.com/subquery/subql-ethereum/compare/types/1.0.1v.../types/v2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",