This repository was archived by the owner on Jul 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v3.0.0] ( https://github.com/ljharb/aud/compare/v2.0.5...v3.0.0 ) - 2024-07-30
9
+
10
+ ### Commits
11
+
12
+ - [ Refactor] move entrypoint to ESM [ ` 84af24d ` ] ( https://github.com/ljharb/aud/commit/84af24d10c9bc6528ebe15072c91eaa1b6fbd9a0 )
13
+ - [ Breaking] update ` npm-lockfile ` ; drop node < ; 16.14 [ ` 72c2567 ` ] ( https://github.com/ljharb/aud/commit/72c2567cee20879a7cf257a611c18e896536870c )
14
+ - [ Refactor] replace ` rimraf ` with ` fs.rmSync ` recursive [ ` 7ba7bec ` ] ( https://github.com/ljharb/aud/commit/7ba7bec8ac63e15aa81a97215b5abbf80fd063d0 )
15
+ - [ Deps] update ` tmp ` [ ` 517cfa1 ` ] ( https://github.com/ljharb/aud/commit/517cfa1da938fd08dbf973c875c77c4cf1934c6f )
16
+ - [ Deps] update ` rimraf ` [ ` 8030e3f ` ] ( https://github.com/ljharb/aud/commit/8030e3f2ab9d80f44a8b5e8f3196cd7efb6da15c )
17
+
8
18
## [ v2.0.5] ( https://github.com/ljharb/aud/compare/v2.0.4...v2.0.5 ) - 2024-07-30
9
19
10
20
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aud" ,
3
- "version" : " 2 .0.5 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!" ,
5
5
"bin" : " ./bin.mjs" ,
6
6
"exports" : {
You can’t perform that action at this time.
0 commit comments