1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00

test-reporter release v3.0.0

This commit is contained in:
Jozef Izso 2026-03-21 13:24:55 +01:00
parent 79216dc71a
commit a43b3a5f73
Failed to extract signature
4 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## 3.0.0
* Feature: Use NodeJS 24 LTS as default runtime https://github.com/dorny/test-reporter/pull/738
## 2.7.0
* Feature: Add `slug-prefix` output for link anchors https://github.com/dorny/test-reporter/pull/731
* Feature: Report `jest-junit` testsuite errors as failures https://github.com/dorny/test-reporter/pull/155