Skip to content

Commit

Permalink
Release 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 24, 2023
1 parent 2df8594 commit c80542d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knip",
"version": "2.16.1",
"version": "2.16.2",
"description": "Find unused files, dependencies and exports in your TypeScript and JavaScript projects",
"homepage": "https://github.com/webpro/knip",
"repository": "github:webpro/knip",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.16.1';
export const version = '2.16.2';

0 comments on commit c80542d

Please sign in to comment.