Skip to content

Commit

Permalink
Release action-eslint v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 8, 2023
1 parent 00a14fe commit bcf41bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down

0 comments on commit bcf41bb

Please sign in to comment.