diff --git a/package-lock.json b/package-lock.json index ab935f1..618e05f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-formatter-gha", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-formatter-gha", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "dependencies": { "eslint-formatter-json": "^8.40.0", diff --git a/package.json b/package.json index cd3e9c0..e8fb268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-formatter-gha", - "version": "1.5.1", + "version": "1.5.2", "description": "ESLint formatter for GitHub Actions", "main": "dist/src/index.js", "types": "./dist/src/index.d.ts",