File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.0.1 "
2+ "." : " 2.0.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.2 (2026-03-30)
4+
5+ ## What's Changed
6+ * fix: use parseAsync to propagate async handler errors to exit code by @lodekeeper in https://github.com/ChainSafe/benchmark/pull/46
7+ * fix: throw error when benchmarks fail instead of silently dropping results by @lodekeeper in https://github.com/ChainSafe/benchmark/pull/45
8+ * chore(main): release 2.0.2 by @github-actions [ bot] in https://github.com/ChainSafe/benchmark/pull/47
9+ * chore: remove npm token setup from release workflow by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/48
10+ * chore(main): release 2.0.3 by @github-actions [ bot] in https://github.com/ChainSafe/benchmark/pull/49
11+ * fix: release workflow by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/50
12+
13+ ## New Contributors
14+ * @lodekeeper made their first contribution in https://github.com/ChainSafe/benchmark/pull/46
15+
16+ ** Full Changelog** : https://github.com/ChainSafe/benchmark/compare/v2.0.1...v2.0.2
17+
318## 2.0.1 (2025-04-30)
419
520## What's Changed
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://jsr.io/schema/config-file.v1.json" ,
33 "name" : " @chainsafe/benchmark" ,
4- "version" : " 2.0.3 " ,
4+ "version" : " 2.0.2 " ,
55 "exports" : {
66 "." : " ./src/index.ts" ,
77 "./cli" : " ./src/cli/cli.ts"
Original file line number Diff line number Diff line change 11{
22 "name" : " @chainsafe/benchmark" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "repository" : " git@github.com:chainsafe/benchmark.git" ,
55 "author" : " ChainSafe Systems" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments