Skip to content

Commit 2ad5a74

Browse files
chore(main): release modestbench 0.9.2 (#226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47efa9b commit 2ad5a74

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.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.1"
2+
".": "0.9.2"
33
}

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/boneskull/modestbench/compare/modestbench-v0.9.1...modestbench-v0.9.2) (2026-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** better handling of unhandledRejections ([d830782](https://github.com/boneskull/modestbench/commit/d83078298d7bb9edb737c605f03230240de33647))
9+
* **cli:** use process.exitCode instead of process.exit() in async handlers ([45f0565](https://github.com/boneskull/modestbench/commit/45f0565b8b1e0fc74f231c37ad352c9756ddc7a7))
10+
311
## [0.9.1](https://github.com/boneskull/modestbench/compare/modestbench-v0.9.0...modestbench-v0.9.1) (2026-01-09)
412

513

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

0 commit comments

Comments
 (0)