Skip to content

Commit d27dc6c

Browse files
chore(main): release modestbench 0.9.1 (#205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b480b5 commit d27dc6c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

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

3+
## [0.9.1](https://github.com/boneskull/modestbench/compare/modestbench-v0.9.0...modestbench-v0.9.1) (2026-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** migrate to @boneskull/bargs ([#224](https://github.com/boneskull/modestbench/issues/224)) ([8b480b5](https://github.com/boneskull/modestbench/commit/8b480b5fe7f708ad096b88c25db0c332f5a04fef))
9+
* **deps:** update dependency zod to v4.2.0 ([#203](https://github.com/boneskull/modestbench/issues/203)) ([49a9538](https://github.com/boneskull/modestbench/commit/49a9538dfeeb36ce54b695946ee4b6f49a4690cb))
10+
* **deps:** update dependency zod to v4.2.1 ([#207](https://github.com/boneskull/modestbench/issues/207)) ([149b853](https://github.com/boneskull/modestbench/commit/149b85398fb2611b790de1ee0eb7afa2efb305b3))
11+
312
## [0.9.0](https://github.com/boneskull/modestbench/compare/modestbench-v0.8.0...modestbench-v0.9.0) (2025-12-18)
413

514

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.9.0",
3+
"version": "0.9.1",
44
"type": "module",
55
"description": "A full-ass benchmarking framework for Node.js",
66
"repository": {

0 commit comments

Comments
 (0)