Skip to content

Commit 8ecd0cf

Browse files
committed
chore: update version to 0.0.11 and enhance changelog for string sanitization improvements
1 parent 92df887 commit 8ecd0cf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.0.11
4+
5+
- sanitize strings in JUnit report more thoroughly to avoid invalid characters in CTRF report
6+
37
## 0.0.10
48

59
- Add support for maven surefire retries rerunFailingTestsCount

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": "junit-to-ctrf",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Convert JUnit XML reports to CTRF JSON",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)