Skip to content

Commit 23f6733

Browse files
committed
chore(release): 4.3.0
1 parent 49a50ed commit 23f6733

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [4.3.0](https://github.com/hotaydev/audit-export/compare/v4.2.1...v4.3.0) (2025-03-23)
6+
7+
8+
### Features
9+
10+
* added sarif format export ([49a50ed](https://github.com/hotaydev/audit-export/commit/49a50ed803135ed452d49ced100bcf14e4692464))
11+
12+
13+
### Enhancements
14+
15+
* upgraded minor dev dependencies ([b81107d](https://github.com/hotaydev/audit-export/commit/b81107d6fd1337fcc4ace55f2fd0c3de1ad9de5a))
16+
517
## [4.2.1](https://github.com/hotaydev/audit-export/compare/v4.2.0...v4.2.1) (2025-01-23)
618

719

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audit-export",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"description": "Pretty export your npm audit output as an offline accessible html page",
55
"main": "src/index.js",
66
"bin": {
@@ -102,4 +102,4 @@
102102
}
103103
]
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)