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

Commit ccaabf9

Browse files
committed
v2.0.5
1 parent 27c5052 commit ccaabf9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v2.0.5](https://github.com/ljharb/aud/compare/v2.0.4...v2.0.5) - 2024-07-30
9+
10+
### Commits
11+
12+
- [Dev Deps] update `@ljharb/eslint-config`, `tape` [`f1fd495`](https://github.com/ljharb/aud/commit/f1fd495bf0dc913f7461a8878e9af10fd626cf18)
13+
- [Tests] npm v10.6.0 changed its error prefix from `ERR!` to `error` [`af8b7f9`](https://github.com/ljharb/aud/commit/af8b7f98b28cf0b2eeb1213b03de5ee44e027390)
14+
- [Deps] update `semver`, `tmp` [`85db575`](https://github.com/ljharb/aud/commit/85db5759802dd54efc817567c377498e087a1b04)
15+
- [Fix] pin `tmp` to v0.2.1 due to a breaking change [`27c5052`](https://github.com/ljharb/aud/commit/27c505274534af3e931f612d7251196801a609ef)
16+
- [Deps] update `semver` [`dfd6ea9`](https://github.com/ljharb/aud/commit/dfd6ea9a4eb9fcf52062810dd832b5c060dd9860)
17+
- [Dev Deps] update `tape` [`9549943`](https://github.com/ljharb/aud/commit/9549943176525581d13dd892e4f65e1581edac99)
18+
819
## [v2.0.4](https://github.com/ljharb/aud/compare/v2.0.3...v2.0.4) - 2023-12-08
920

1021
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aud",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!",
55
"bin": "./bin.js",
66
"exports": {

0 commit comments

Comments
 (0)