Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 21, 2023
1 parent 0d66c3f commit f5a7fed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [v2.0.3](https://github.com/ljharb/aud/compare/v2.0.2...v2.0.3) - 2023-06-20

### Commits

- [Deps] update `npm-lockfile`, `semver` [`0d66c3f`](https://github.com/ljharb/aud/commit/0d66c3f9f394bb7b0927ef7c14fddb95e91ab09f)
- [Dev Deps] update `@ljharb/eslint-config`, `tape` [`bc34f8c`](https://github.com/ljharb/aud/commit/bc34f8cfe5479a131cdb06d4458c73c1cc764b64)

## [v2.0.2](https://github.com/ljharb/aud/compare/v2.0.1...v2.0.2) - 2022-12-19

### 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.2",
"version": "2.0.3",
"description": "Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!",
"bin": "./bin.js",
"exports": {
Expand Down

0 comments on commit f5a7fed

Please sign in to comment.