@subql/types-ethereum 3.0.2-0 → 3.0.2

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 -1
  2. package/package.json +2 -3
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.0.2] - 2023-10-05
8
10
  ### Fixed
9
11
  - Fixed RuntimeDatasourceTemplate's generic typing (#177)
10
12
 
@@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
75
  - Sync with main sdk (#14)
74
76
 
75
77
  ## [0.1.0] - 2022-10-31
76
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/3.0.1...HEAD
78
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/3.0.2...HEAD
79
+ [3.0.2]: https://github.com/subquery/subql-ethereum/compare/types/3.0.1...types/3.0.2
77
80
  [3.0.1]: https://github.com/subquery/subql-ethereum/compare/types/3.0.0...types/3.0.1
78
81
  [3.0.0]: https://github.com/subquery/subql-ethereum/compare/types/2.2.5...types/3.0.0
79
82
  [2.2.5]: https://github.com/subquery/subql-ethereum/compare/types/2.2.4...types/2.2.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "3.0.2-0",
3
+ "version": "3.0.2",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -18,6 +18,5 @@
18
18
  "dependencies": {
19
19
  "@ethersproject/abstract-provider": "^5.6.1",
20
20
  "@subql/types-core": "0.1.1"
21
- },
22
- "stableVersion": "3.0.1"
21
+ }
23
22
  }