diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb068a..8636818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.1 (2025-04-30) + +## What's Changed +* ci: use manifest config file for release by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/40 + + +**Full Changelog**: https://github.com/ChainSafe/benchmark/compare/v2.0.0...v2.0.1 + ## [2.0.0](https://github.com/ChainSafe/benchmark/compare/v1.2.3...v2.0.0) (2025-04-30) @@ -9,4 +17,4 @@ * enable eraseable syntax ([#31](https://github.com/ChainSafe/benchmark/issues/31)) ([77c872d](https://github.com/ChainSafe/benchmark/commit/77c872de1b9ac71c0562d1b9f7d68b6f867247e1)) -**NOTE: As this release is removing the support for CJS build so we consider it a major release.** +**NOTE: As this release is removing the support for CJS build so we consider it a major release.** diff --git a/jsr.json b/jsr.json index 3616ddd..c252523 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.0", + "version": "2.0.1", "exports": { ".": "./src/index.ts", "./cli": "./src/cli/cli.ts" diff --git a/package.json b/package.json index 076c9d7..94aee6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/benchmark", - "version": "2.0.0", + "version": "2.0.1", "repository": "git@github.com:chainsafe/benchmark.git", "author": "ChainSafe Systems", "license": "MIT",