Skip to content

Commit 45adaa9

Browse files
author
Taylor Hoffmann
committed
chore(release): 5.1.0
1 parent ba5dcc9 commit 45adaa9

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.0](https://github.com/hotaydev/audit-export/compare/v5.0.1...v5.1.0) (2025-07-28)
6+
7+
8+
### Features
9+
10+
* bun support ([b959643](https://github.com/hotaydev/audit-export/commit/b959643ba9d8f9ec91555fa0a55e1ab92f0338db))
11+
12+
13+
### Bug Fixes
14+
15+
* add bun test to github workflows ([7ff4736](https://github.com/hotaydev/audit-export/commit/7ff4736fb899c1c24db272fea75eb2e4a44905a2))
16+
* replace optional chaining ([c53e1bd](https://github.com/hotaydev/audit-export/commit/c53e1bdaa4cc30f27af823d7a08b5282bec306ce))
17+
18+
19+
### Enhancements
20+
21+
* upgraded Biome version + npm audit fix ([ba5dcc9](https://github.com/hotaydev/audit-export/commit/ba5dcc90ad9baea090d014b9bd19c3063840569a))
22+
23+
24+
### Documentation
25+
26+
* update readme and contributing with bun ([8eb4d6e](https://github.com/hotaydev/audit-export/commit/8eb4d6e77227e69a182c97e54f547b3127400323))
27+
528
## [5.0.1](https://github.com/hotaydev/audit-export/compare/v5.0.0...v5.0.1) (2025-05-09)
629

730

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