Skip to content

Commit

Permalink
v1.5.0 into main (#16)
Browse files Browse the repository at this point in the history
* Prepare release 1.5.0

* Trigger actions

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Daniele Debernardi <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent d4377aa commit 4aca082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2024-07-24

### Added

- Possibility to suppress "max-lines"
- Possibility to suppress "react-hooks/exhaustive-deps"
- Possibility to suppress "max-lines"
- Possibility to suppress "react-hooks/exhaustive-deps"

## [1.4.0] - 2023-07-11

Expand Down Expand Up @@ -47,7 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Added flag to include licenses in the output dist folder

[Unreleased]: https://github.com/neolution-ch/action-check-suppressions/compare/1.4.0...HEAD
[Unreleased]: https://github.com/neolution-ch/action-check-suppressions/compare/1.5.0...HEAD

[1.5.0]: https://github.com/neolution-ch/action-check-suppressions/compare/1.4.0...1.5.0

[1.4.0]: https://github.com/neolution-ch/action-check-suppressions/compare/1.3.0...1.4.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neolution-ch/action-check-suppressions",
"version": "1.4.0",
"version": "1.5.0",
"description": "This action check for code analyzer suppressions and add a comment to the pull request",
"homepage": "https://github.com/neolution-ch/action-check-suppressions",
"license": "MIT",
Expand Down

0 comments on commit 4aca082

Please sign in to comment.