Skip to content

Commit

Permalink
[release] 20231108 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 8, 2023
1 parent 53acf7d commit 9ef5d8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.2] - 2023-11-08
### Fixed
- Fixed docker build pipeline, release to re-publish docker image(#207)

## [3.3.1] - 2023-11-08
### Fixed
- Getting transaction receipts when accessing via a log handler
Expand Down Expand Up @@ -316,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.1...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.2...HEAD
[3.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.1...node-ethereum/3.3.2
[3.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.0...node-ethereum/3.3.1
[3.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...node-ethereum/3.3.0
[3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "3.3.2-1",
"version": "3.3.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -65,6 +65,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.3.2-0"
]
}

0 comments on commit 9ef5d8d

Please sign in to comment.