Skip to content

Commit 69681ea

Browse files
committed
chore(release): 5.1.1
1 parent 5113cd2 commit 69681ea

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [5.1.1](https://github.com/hotaydev/audit-export/compare/v5.1.0...v5.1.1) (2025-09-23)
6+
7+
8+
### Bug Fixes
9+
10+
* fixed "The provided folder does not exist" error + upgraded packages ([5113cd2](https://github.com/hotaydev/audit-export/commit/5113cd23fba6442dace71ab85d81397590708130))
11+
* package.json git repository URL format changed ([ce66723](https://github.com/hotaydev/audit-export/commit/ce667239ee37413153d3f8dd3f29b222a063e2a3))
12+
513
## [5.1.0](https://github.com/hotaydev/audit-export/compare/v5.0.1...v5.1.0) (2025-07-28)
614

715

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": "audit-export",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Pretty export your npm audit output as an offline accessible html page",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)