Skip to content

Commit

Permalink
[release] 20240611
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Jun 10, 2024
1 parent 51a037c commit 2a7efad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.3] - 2024-06-11
### Fixed
- Fix `generateAbis` when datasource without assets

Expand Down Expand Up @@ -166,7 +167,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.8.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.3...HEAD
[3.8.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.2...common-ethereum/3.8.3
[3.8.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.1...common-ethereum/3.8.2
[3.8.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.7.0...common-ethereum/3.8.1
[3.7.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.6.1...common-ethereum/3.7.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.8.3-0",
"version": "3.8.3",
"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.8.2"
}
}

0 comments on commit 2a7efad

Please sign in to comment.