Skip to content

Commit ebac341

Browse files
chore(main): release 0.8.0 (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent defa158 commit ebac341

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/RafaelGSS/bench-node/compare/v0.7.0...v0.8.0) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* add baseline and summary to pretty and text reporter ([#83](https://github.com/RafaelGSS/bench-node/issues/83)) ([3aa57cb](https://github.com/RafaelGSS/bench-node/commit/3aa57cb1e487274b141ab79a99e7ed0718cdbf63))
9+
* add pretty-reporter and shorthand pretty: true ([#82](https://github.com/RafaelGSS/bench-node/issues/82)) ([45efe9c](https://github.com/RafaelGSS/bench-node/commit/45efe9c833cc39e7d8abfd203fbb05a4e84e9daa))
10+
* export bench-node ts types ([#77](https://github.com/RafaelGSS/bench-node/issues/77)) ([d93f111](https://github.com/RafaelGSS/bench-node/commit/d93f111472515ff19b0fbe57bce588fdc51cfc9d))
11+
12+
13+
### Bug Fixes
14+
15+
* fix imports in type test file ([#87](https://github.com/RafaelGSS/bench-node/issues/87)) ([defa158](https://github.com/RafaelGSS/bench-node/commit/defa158ffadceb6b8c660a802445eafe33933db5))
16+
* use self-hosted runner for test CI ([#81](https://github.com/RafaelGSS/bench-node/issues/81)) ([a65af10](https://github.com/RafaelGSS/bench-node/commit/a65af107859946808ac8458d7b15bb9c887b12da))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* drop Node.js v23 and add v24 ([#78](https://github.com/RafaelGSS/bench-node/issues/78)) ([c2dae5f](https://github.com/RafaelGSS/bench-node/commit/c2dae5f038e3ec613aaac753091fbff5ed927b3f))
22+
323
## [0.7.0](https://github.com/RafaelGSS/bench-node/compare/v0.6.0...v0.7.0) (2025-05-15)
424

525

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "bench-node",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "",
55
"main": "lib/index.js",
6-
"types": "index.d.ts",
6+
"types": "index.d.ts",
77
"scripts": {
88
"test": "node --test --allow-natives-syntax",
9-
"test:types": "tsd -f types/types.test-d.ts",
9+
"test:types": "tsd -f types/types.test-d.ts",
1010
"lint": "biome lint .",
1111
"lint:ci": "biome ci .",
1212
"lint:fix": "biome lint --write .",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@biomejs/biome": "1.9.4",
41-
"@types/node": "^20",
42-
"tsd": "^0.31.0"
41+
"@types/node": "^20",
42+
"tsd": "^0.31.0"
4343
}
4444
}

0 commit comments

Comments
 (0)