diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..47fb725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8636818..72366f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.0.2 (2026-03-30) + +## What's Changed +* fix: use parseAsync to propagate async handler errors to exit code by @lodekeeper in https://github.com/ChainSafe/benchmark/pull/46 +* fix: throw error when benchmarks fail instead of silently dropping results by @lodekeeper in https://github.com/ChainSafe/benchmark/pull/45 +* chore(main): release 2.0.2 by @github-actions[bot] in https://github.com/ChainSafe/benchmark/pull/47 +* chore: remove npm token setup from release workflow by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/48 +* chore(main): release 2.0.3 by @github-actions[bot] in https://github.com/ChainSafe/benchmark/pull/49 +* fix: release workflow by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/50 +* chore(main): release 2.0.2 by @github-actions[bot] in https://github.com/ChainSafe/benchmark/pull/51 + +## New Contributors +* @lodekeeper made their first contribution in https://github.com/ChainSafe/benchmark/pull/46 + +**Full Changelog**: https://github.com/ChainSafe/benchmark/compare/v2.0.1...v2.0.2 + ## 2.0.1 (2025-04-30) ## What's Changed diff --git a/package.json b/package.json index 0c0cc2b..429a302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/benchmark", - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "git+https://github.com/ChainSafe/benchmark.git"