Skip to content

Commit

Permalink
Release 5.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jun 24, 2024
1 parent 4cf1337 commit 488a09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/knip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knip",
"version": "5.22.2",
"version": "5.22.3",
"description": "Find unused files, dependencies and exports in your TypeScript and JavaScript projects",
"homepage": "https://knip.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/knip/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.22.2';
export const version = '5.22.3';

0 comments on commit 488a09a

Please sign in to comment.