Skip to content

Commit

Permalink
Release action-eslint v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 17, 2023
1 parent d1da76f commit 58865e4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 58865e4

Please sign in to comment.