From ead98e13f7a3c7c545403a15e3c4c884713ca013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:18:12 +0000 Subject: [PATCH] chore(main): release 2.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ jsr.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 067b47c..602e8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.3 (2026-03-30) + +## What's Changed +* chore: remove npm token setup from release workflow by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/48 + + +**Full Changelog**: https://github.com/ChainSafe/benchmark/compare/v2.0.2...v2.0.3 + ## 2.0.2 (2026-03-30) ## What's Changed diff --git a/jsr.json b/jsr.json index 54f95cf..88a2b3a 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@chainsafe/benchmark", - "version": "2.0.2", + "version": "2.0.3", "exports": { ".": "./src/index.ts", "./cli": "./src/cli/cli.ts" diff --git a/package.json b/package.json index 86b2a8c..6e449ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/benchmark", - "version": "2.0.2", + "version": "2.0.3", "repository": "git@github.com:chainsafe/benchmark.git", "author": "ChainSafe Systems", "license": "MIT",