Skip to content

Commit d1ce88a

Browse files
chore(main): release 2.0.2
1 parent 14a920b commit d1ce88a

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)