diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1c4c0..69e7367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file. > - Internal > - Unreleased +## v3.0.1 (2023-08-08) + +#### Bug Fixes + +- Fix all-files to accept boolean input ([76bafe1](https://github.com/sibiraj-s/action-eslint/commit/76bafe1)) + ## v3.0.0 (2023-07-17) #### Breaking Changes diff --git a/package-lock.json b/package-lock.json index 56056f6..48f4796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-eslint", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-eslint", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 8c6b110..a8d8353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "3.0.0", + "version": "3.0.1", "description": "GitHub Action that runs ESLint for files changed in a Pull Request", "author": "sibiraj-s", "license": "MIT",