Skip to content

Commit 197edc3

Browse files
committed
Release 0.3.0
1 parent 9080b88 commit 197edc3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.3.0 - 2025-08-20
6+
7+
- Improve the HTML report header
8+
- Improve additional fields
9+
- Improve notes support
10+
- Update dependencies
11+
512
## 0.2.0 - 2024-03-14
613

714
- Allow filtering by product only

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": "defectdojo-report",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Export the security debt of an application from DefectDojo",
55
"main": "./src/index.js",
66
"bin": "./src/index.js",

0 commit comments

Comments
 (0)