Skip to content

Commit d425b5f

Browse files
committed
Release 5.50.3
1 parent 3db59f7 commit d425b5f

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.50.2",
3+
"version": "5.50.3",
44
"description": "Find and fix 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.50.2';
1+
export const version = '5.50.3';

0 commit comments

Comments
 (0)