From 9ef5d8dc5b1cd4af856a332052f0c2e8db347046 Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Wed, 8 Nov 2023 15:52:39 +1300 Subject: [PATCH] [release] 20231108 (#208) --- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 5 ++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 5b8db119be..f4f5611865 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/node/package.json b/packages/node/package.json index b21ebeee06..366f2f4f00 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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", @@ -65,6 +65,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.3.2-0" + ] }