Skip to content

Commit 630905a

Browse files
committed
chore(release): 4.2.0
1 parent 9c4c100 commit 630905a

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.2.0](https://github.com/hotaydev/audit-export/compare/v4.1.0...v4.2.0) (2024-12-02)
6+
7+
8+
### Features
9+
10+
* upgraded packages and added a severity filter on summary ([9c4c100](https://github.com/hotaydev/audit-export/commit/9c4c1009fe2446dfba1d72ed07ac5c2f9a1c2b80))
11+
12+
13+
### Bug Fixes
14+
15+
* adapted tests for the new UI structure ([35ab279](https://github.com/hotaydev/audit-export/commit/35ab2792f5401fddb6f8f71bf5adb4883502cfe4))
16+
17+
18+
### Enhancements
19+
20+
* changed README downloads badge ([4803740](https://github.com/hotaydev/audit-export/commit/4803740151426f0e699426af01318a834bd36ba1))
21+
* upgraded dependencies ([e2a184c](https://github.com/hotaydev/audit-export/commit/e2a184c967945536f431e3a07eb9ebc995b303d4))
22+
* upgraded dependencies ([74a831f](https://github.com/hotaydev/audit-export/commit/74a831fc9c90f04b3b4bab0591c9674155ac9339))
23+
* upgraded dev dependencies ([9d4e322](https://github.com/hotaydev/audit-export/commit/9d4e322654d4eed57d44fb7bfaba3316128d9f94))
24+
* upgraded some dependencies ([21329bd](https://github.com/hotaydev/audit-export/commit/21329bd16d4a5ee0f8d547e24c23bcb75c566b72))
25+
526
## [4.1.0](https://github.com/hotaydev/audit-export/compare/v4.0.0...v4.1.0) (2024-10-07)
627

728

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.1.0",
3+
"version": "4.2.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)