Skip to content

Commit 8b7a496

Browse files
chore(main): release modestbench 0.8.0 (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a09089 commit 8b7a496

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/boneskull/modestbench/compare/modestbench-v0.7.0...modestbench-v0.8.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* **reporters:** add third-party reporter plugin system ([53b24e3](https://github.com/boneskull/modestbench/commit/53b24e3a4741de04c0b7161030ffdc09e66a0759))
9+
10+
11+
### Bug Fixes
12+
13+
* **reporters:** address PR review feedback ([1c3eaf2](https://github.com/boneskull/modestbench/commit/1c3eaf27dcf2d928fa2dbef83352c48fdaec5327))
14+
315
## [0.7.0](https://github.com/boneskull/modestbench/compare/modestbench-v0.6.0...modestbench-v0.7.0) (2025-12-13)
416

517

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

0 commit comments

Comments
 (0)