From 58865e4bdd90058b20fe485b3354b6d80cb99e9f Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:23:59 +0530 Subject: [PATCH] Release action-eslint v3.0.0 --- CHANGELOG.md | 16 ++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2666ec..6d1c4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,23 @@ All notable changes to this project will be documented in this file. > - Internal > - Unreleased +## v3.0.0 (2023-07-17) + +#### Breaking Changes + +- Rename input `root-dir` to `working-directory` ([dd4ab68](https://github.com/sibiraj-s/action-eslint/commit/dd4ab68)) +- Rename input `github-token` to `token` ([2a30aa5](https://github.com/sibiraj-s/action-eslint/commit/2a30aa5)) +- Rename input `ignore-file` to `ignore-path` ([d025a5d](https://github.com/sibiraj-s/action-eslint/commit/d025a5d)) + +#### Features + +- Add option to lint all files ([5e82983](https://github.com/sibiraj-s/action-eslint/commit/5e82983)) + ## v2.2.1 (2023-07-17) #### Bug Fixes -- filter files correctly when the root-dir option is set ([d9bb279](https://github.com/sibiraj-s/action-eslint/commit/d9bb279)) +- Filter files correctly when the root-dir option is set ([d9bb279](https://github.com/sibiraj-s/action-eslint/commit/d9bb279)) ## v2.2.0 (2023-07-16) @@ -30,7 +42,7 @@ All notable changes to this project will be documented in this file. #### Bug Fixes -- use correct bin path ([3cb3ba9](https://github.com/sibiraj-s/action-eslint/commit/3cb3ba9)) +- Use correct bin path ([3cb3ba9](https://github.com/sibiraj-s/action-eslint/commit/3cb3ba9)) ## v2.1.2 (2022-08-24) diff --git a/package-lock.json b/package-lock.json index 65368e9..ca5679a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-eslint", - "version": "2.2.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-eslint", - "version": "2.2.1", + "version": "3.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 58ccca6..8108a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "2.2.1", + "version": "3.0.0", "description": "GitHub Action that runs ESLint for files changed in a Pull Request", "author": "sibiraj-s", "license": "MIT",