From 9a0f26e5149db63a3ee3e7b9f9829702348d953c Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Tue, 20 Apr 2021 18:15:28 +0530 Subject: [PATCH] Release action-eslint v1.1.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099e76d..4a2a9ba 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 +## v1.1.2 (2021-04-20) + +#### Bug Fixes + +- Fix forwarding arguments to eslint ([cec9556](https://github.com/sibiraj-s/action-eslint/commit/cec9556)) + ## v1.1.1 (2021-04-15) #### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f9b3c02..bde4648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87c8d44..0904e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "1.1.1", + "version": "1.1.2", "description": "GitHub Action that runs ESLint for files changed in a Pull Request", "author": "sibiraj-s", "license": "MIT",