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.0"
".": "2.0.1"
}
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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.**
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.0",
"version": "2.0.1",
"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.0",
"version": "2.0.1",
"repository": "git@github.com:chainsafe/benchmark.git",
"author": "ChainSafe Systems",
"license": "MIT",
Expand Down