Skip to content

Commit

Permalink
Merge pull request #303 from subquery/release-20240607-abi
Browse files Browse the repository at this point in the history
[release] 20240607 abi
  • Loading branch information
yoozo authored Jun 7, 2024
2 parents da453a7 + e0a0a09 commit 5832e17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Empty file added .yarn/versions/85e89636.yml
Empty file.
4 changes: 3 additions & 1 deletion packages/common-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.8.0] - 2024-06-07
### Added
- Improve ABI validation

Expand Down Expand Up @@ -158,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.7.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.0...HEAD
[3.8.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.7.0...common-ethereum/3.8.0
[3.7.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.6.1...common-ethereum/3.7.0
[3.6.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.6.0...common-ethereum/3.6.1
[3.6.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.5.0...common-ethereum/3.6.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "3.7.1-0",
"version": "3.8.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -35,6 +35,5 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.10",
"lodash": "4.17.21"
},
"stableVersion": "3.7.0"
}
}

0 comments on commit 5832e17

Please sign in to comment.