Skip to content

Commit 128cd50

Browse files
chore(main): release 2.0.1 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c9f8e8 commit 128cd50

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.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.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.1 (2025-04-30)
4+
5+
## What's Changed
6+
* ci: use manifest config file for release by @nazarhussain in https://github.com/ChainSafe/benchmark/pull/40
7+
8+
9+
**Full Changelog**: https://github.com/ChainSafe/benchmark/compare/v2.0.0...v2.0.1
10+
311
## [2.0.0](https://github.com/ChainSafe/benchmark/compare/v1.2.3...v2.0.0) (2025-04-30)
412

513

@@ -9,4 +17,4 @@
917
* enable eraseable syntax ([#31](https://github.com/ChainSafe/benchmark/issues/31)) ([77c872d](https://github.com/ChainSafe/benchmark/commit/77c872de1b9ac71c0562d1b9f7d68b6f867247e1))
1018

1119

12-
**NOTE: As this release is removing the support for CJS build so we consider it a major release.**
20+
**NOTE: As this release is removing the support for CJS build so we consider it a major release.**

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.0",
4+
"version": "2.0.1",
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.0",
3+
"version": "2.0.1",
44
"repository": "git@github.com:chainsafe/benchmark.git",
55
"author": "ChainSafe Systems",
66
"license": "MIT",

0 commit comments

Comments
 (0)