From 4aca08289dba3f75f65536a93b229ae82d9967d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:38:18 +0200 Subject: [PATCH] v1.5.0 into main (#16) * Prepare release 1.5.0 * Trigger actions --------- Co-authored-by: GitHub Actions Co-authored-by: Daniele Debernardi --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1ed67..b73befd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index f50b30e..7ebf09a 100644 --- a/package.json +++ b/package.json @@ -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",