Skip to content

Commit 3ea698d

Browse files
committed
Release 5.40.0
1 parent 3d29854 commit 3ea698d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/knip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knip",
3-
"version": "5.39.4",
3+
"version": "5.40.0",
44
"description": "Find unused files, dependencies and exports in your TypeScript and JavaScript projects",
55
"homepage": "https://knip.dev",
66
"repository": {

packages/knip/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.39.4';
1+
export const version = '5.40.0';

0 commit comments

Comments
 (0)