From 5af82bfa2a6b0cc7cba3208d6274724977caefbd Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:34:47 +0530 Subject: [PATCH] Release action-eslint v2.2.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 588fed1..e2666ec 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 +## 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)) + ## v2.2.0 (2023-07-16) #### Features diff --git a/package-lock.json b/package-lock.json index c6a71c5..65368e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-eslint", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-eslint", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 58342f5..58ccca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "2.2.0", + "version": "2.2.1", "description": "GitHub Action that runs ESLint for files changed in a Pull Request", "author": "sibiraj-s", "license": "MIT",