Skip to content

Commit ff75941

Browse files
github-actions[bot]boneskull
authored andcommitted
chore(main): release modestbench 0.0.3
1 parent a12dfe9 commit ff75941

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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-
".": "0.0.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/boneskull/modestbench/compare/modestbench-v0.0.2...modestbench-v0.0.3) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** fix error output when no benchmark files found ([ddc33b7](https://github.com/boneskull/modestbench/commit/ddc33b79d09957ff2fc6011671ae1fe2e3f5a076))
9+
* **cli:** run is now default command ([a12dfe9](https://github.com/boneskull/modestbench/commit/a12dfe9a71ebf6998c22683be2a41bb53f57f21d))
10+
* **cli:** set default benchmark pattern to bench/**/*.bench.ext ([524d260](https://github.com/boneskull/modestbench/commit/524d260f4163e05558a9a99bf270a8a60bc7766e))
11+
* **reporters:** fix human reporter color ([b1dfa8c](https://github.com/boneskull/modestbench/commit/b1dfa8ce46fafd9eba2a0f264e8238a881f9b9b5))
12+
313
## [0.0.2](https://github.com/boneskull/modestbench/compare/modestbench-v0.0.1...modestbench-v0.0.2) (2025-10-23)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modestbench",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"description": "A full-ass benchmarking framework for Node.js",
66
"repository": {

0 commit comments

Comments
 (0)