@subql/types-ethereum 2.2.4-0 → 2.2.4

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 +4 -3
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.2.4] - 2023-08-14
9
10
  ### Fixed
10
- - fix missing `unsafeApi` in the global
11
+ - fix missing `unsafeApi` in the global (#141)
11
12
 
12
13
  ## [2.2.3] - 2023-07-31
13
14
  ### Fixed
@@ -55,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
56
  - Sync with main sdk (#14)
56
57
 
57
58
  ## [0.1.0] - 2022-10-31
58
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...HEAD
59
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.4...HEAD
60
+ [2.2.4]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...types/2.2.4
59
61
  [2.2.3]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...types/2.2.3
60
62
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/types/2.2.1...types/2.2.2
61
63
  [2.2.1]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...types/v2.2.1
@@ -67,5 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67
69
  [0.2.2]: https://github.com/subquery/subql-ethereum/compare/types/0.2.1v.../types/v0.2.2
68
70
  [0.2.1]: https://github.com/subquery/subql-ethereum/compare/types/0.2.0v.../types/v0.2.1
69
71
  [0.2.0]: https://github.com/subquery/subql-ethereum/compare/types/0.2.0v.../types/v0.2.0
70
- [0.2.0]: https://github.com/subquery/subql-ethereum/compare/types/0.2.0v.../types/v0.2.0
71
72
  [0.1.0]: https://github.com/subquery/subql-ethereum/tag/v0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "2.2.4-0",
3
+ "version": "2.2.4",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -17,6 +17,5 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@ethersproject/abstract-provider": "^5.6.1"
20
- },
21
- "stableVersion": "2.2.3"
20
+ }
22
21
  }