diff --git a/package-lock.json b/package-lock.json index 5e1e7d0ad..3d1e369cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knip", - "version": "2.33.2", + "version": "2.33.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knip", - "version": "2.33.2", + "version": "2.33.3", "license": "ISC", "dependencies": { "@ericcornelissen/bash-parser": "^0.5.2", diff --git a/package.json b/package.json index aeb882a24..ea60fba55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knip", - "version": "2.33.2", + "version": "2.33.3", "description": "Find unused files, dependencies and exports in your TypeScript and JavaScript projects", "homepage": "https://github.com/webpro/knip", "repository": "github:webpro/knip", diff --git a/src/version.ts b/src/version.ts index 6b0ea73f1..fce3e2d2c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '2.33.2'; +export const version = '2.33.3';