@subql/types-ethereum 3.5.1-0 → 3.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -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.6.0] - 2024-04-30
10
+ ### Changed
11
+ - Update `@subql/types-core` and use types from there
12
+
9
13
  ## [3.5.0] - 2024-04-03
10
14
  ### Changed
11
15
  - version updated with @subql/types-core, also update api interface (#225)
@@ -106,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
110
  - Sync with main sdk (#14)
107
111
 
108
112
  ## [0.1.0] - 2022-10-31
109
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.5.0...HEAD
113
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.0...HEAD
114
+ [3.6.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.5.0...types-ethereum/3.6.0
110
115
  [3.5.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.4.0...types-ethereum/3.5.0
111
116
  [3.4.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.3.1...types-ethereum/3.4.0
112
117
  [3.3.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.3.0...types-ethereum/3.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "3.5.1-0",
3
+ "version": "3.6.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -19,6 +19,5 @@
19
19
  "dependencies": {
20
20
  "@ethersproject/abstract-provider": "^5.6.1",
21
21
  "@subql/types-core": "^0.7.0"
22
- },
23
- "stableVersion": "3.5.0"
22
+ }
24
23
  }