Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 31, 2024
1 parent 84af24d commit 884ca7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v3.0.0](https://github.com/ljharb/aud/compare/v2.0.5...v3.0.0) - 2024-07-30

### Commits

- [Refactor] move entrypoint to ESM [`84af24d`](https://github.com/ljharb/aud/commit/84af24d10c9bc6528ebe15072c91eaa1b6fbd9a0)
- [Breaking] update `npm-lockfile`; drop node < 16.14 [`72c2567`](https://github.com/ljharb/aud/commit/72c2567cee20879a7cf257a611c18e896536870c)
- [Refactor] replace `rimraf` with `fs.rmSync` recursive [`7ba7bec`](https://github.com/ljharb/aud/commit/7ba7bec8ac63e15aa81a97215b5abbf80fd063d0)
- [Deps] update `tmp` [`517cfa1`](https://github.com/ljharb/aud/commit/517cfa1da938fd08dbf973c875c77c4cf1934c6f)
- [Deps] update `rimraf` [`8030e3f`](https://github.com/ljharb/aud/commit/8030e3f2ab9d80f44a8b5e8f3196cd7efb6da15c)

## [v2.0.5](https://github.com/ljharb/aud/compare/v2.0.4...v2.0.5) - 2024-07-30

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aud",
"version": "2.0.5",
"version": "3.0.0",
"description": "Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!",
"bin": "./bin.mjs",
"exports": {
Expand Down

0 comments on commit 884ca7e

Please sign in to comment.