Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.0.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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

## 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
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@chainsafe/benchmark",
"version": "2.0.3",
"version": "2.0.2",
"exports": {
".": "./src/index.ts",
"./cli": "./src/cli/cli.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/benchmark",
"version": "2.0.1",
"version": "2.0.2",
"repository": "git@github.com:chainsafe/benchmark.git",
"author": "ChainSafe Systems",
"license": "MIT",
Expand Down