diff --git a/package-lock.json b/package-lock.json index 054d23d77..479b784a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "labeler", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index b5993829f..ed3c8de1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "labeler", - "version": "4.0.0", + "version": "4.0.1", "description": "Labels pull requests by files altered", "main": "lib/main.js", "scripts": {