Skip to content

Commit d478a20

Browse files
Release 8.0.0
[skip ci] ## [8.0.0](v7.1.3...v8.0.0) (2025-03-14) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an automated release process on main branch updates. - **Improvements** - Streamlined the CI testing process with enhanced Node.js version support. - Updated project documentation and branding to reflect the fork and new Mocha integration. - Upgraded platform requirements with a new Node.js engine specification and improved testing framework. - **Chores** - Removed the automated npm publishing process. - Refreshed license information to acknowledge current contributors. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * use mocha@11 ([#2](#2)) ([8b90ade](8b90ade))
1 parent 8b90ade commit d478a20

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Changelog
2+
3+
## [8.0.0](https://github.com/node-modules/mochawesome/compare/v7.1.3...v8.0.0) (2025-03-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
https://github.com/eggjs/egg/issues/5257
13+
14+
<!-- This is an auto-generated comment: release notes by coderabbit.ai
15+
-->
16+
## Summary by CodeRabbit
17+
18+
- **New Features**
19+
- Introduced an automated release process on main branch updates.
20+
- **Improvements**
21+
- Streamlined the CI testing process with enhanced Node.js version
22+
support.
23+
- Updated project documentation and branding to reflect the fork and new
24+
Mocha integration.
25+
- Upgraded platform requirements with a new Node.js engine specification
26+
and improved testing framework.
27+
- **Chores**
28+
- Removed the automated npm publishing process.
29+
- Refreshed license information to acknowledge current contributors.
30+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
31+
32+
### Features
33+
34+
* use mocha@11 ([#2](https://github.com/node-modules/mochawesome/issues/2)) ([8b90ade](https://github.com/node-modules/mochawesome/commit/8b90ade2c726d45f0df025d1c83bfb45ba54411d))
35+
136
# mochawesome changelog
237

338
## [Unreleased]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mochawesome-with-mocha",
3-
"version": "7.1.3",
3+
"version": "8.0.0",
44
"description": "A gorgeous reporter for Mocha.js",
55
"scripts": {
66
"lint": "eslint src test*",

0 commit comments

Comments
 (0)