From 34c9ca7d108a63b74456de1fe9a9a76fe4cd378f Mon Sep 17 00:00:00 2001 From: "prfy-release-please[bot]" <240497543+prfy-release-please[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:03:42 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 895bf0e..d4f6f29 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e59af2a..ce9c4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,36 @@ * remove figlet due to errors loading fonts ([3822a5e](https://github.com/periphery-security/action-trissue/commit/3822a5e1e404730a4495cacdf0058c1c86d1c62c)) * ticket state loop & adds additional logging ([f490429](https://github.com/periphery-security/action-trissue/commit/f49042952d0e84430b6d5a613a2c4d67cb0c7406)) +## [3.0.0](https://github.com/periphery-security/action-trissue/compare/2.0.0...3.0.0) (2026-03-13) + + +### ⚠ BREAKING CHANGES + +* Initial release + +### 🎉 New Features + +* add outputs ([04c0551](https://github.com/periphery-security/action-trissue/commit/04c05519c995f40139fc3875fdf37964b0f4e145)) +* Initial release ([4b8f9df](https://github.com/periphery-security/action-trissue/commit/4b8f9df805aa80db17a83e78972cf90efaa21349)) +* now re-opens closed issues if they are not fixed ([9d85f70](https://github.com/periphery-security/action-trissue/commit/9d85f70a4e77b7b2999a1f51726846c7d2879ce9)) + + +### 🐛 Bug Fixes + +* all issues being re-created ([561ba21](https://github.com/periphery-security/action-trissue/commit/561ba21dadddfe7cc196561b35d6c1954984c95f)) +* all issues getting closed due to missmatch ([4292c3d](https://github.com/periphery-security/action-trissue/commit/4292c3d8b3172e758e9607b4156d8fcbd5a6d8ba)) +* issue title back to normal and fix compare ([242a35e](https://github.com/periphery-security/action-trissue/commit/242a35e37e04057a23ca4a6f2af493f645a93e2a)) +* issues re-opening when not required ([7ce47e2](https://github.com/periphery-security/action-trissue/commit/7ce47e2f503c2ecd410289747a7381e14e1b1d52)) +* labels not being created as expected ([8030fb0](https://github.com/periphery-security/action-trissue/commit/8030fb06bb780abf71b3d1077ccd371248a7b598)) +* multiple linting errros fixed ([8536672](https://github.com/periphery-security/action-trissue/commit/853667233eb5d3e95efc909f953cb2a02ac9747e)) +* remove figlet due to errors loading fonts ([7663742](https://github.com/periphery-security/action-trissue/commit/766374248fb637cb60d0c5027530e3017e41e6f3)) +* remove figlet due to errors loading fonts ([3822a5e](https://github.com/periphery-security/action-trissue/commit/3822a5e1e404730a4495cacdf0058c1c86d1c62c)) +* resolve issue with creating labels if they dont exist ([540b185](https://github.com/periphery-security/action-trissue/commit/540b185fc7b9fa6a0a25c0be801e649d54c1970a)) +* ticket state loop & adds additional logging ([f490429](https://github.com/periphery-security/action-trissue/commit/f49042952d0e84430b6d5a613a2c4d67cb0c7406)) +* upgrade dependencies ([9a4c57f](https://github.com/periphery-security/action-trissue/commit/9a4c57f50d243df052772363ed18c1951e01121e)) +* upgrade dependencies & efficiency improvements ([c49a5f2](https://github.com/periphery-security/action-trissue/commit/c49a5f23a6f0ae1ef00d5cbcf9e414a7e91fd98b)) +* vulnerable packages upgraded ([1648877](https://github.com/periphery-security/action-trissue/commit/1648877bc37faabfc2ce3225a286c07487a4d4be)) + ## [2.0.0](https://github.com/periphery-security/action-trissue/compare/action-trissue-1.2.1...action-trissue-2.0.0) (2026-03-13) diff --git a/package.json b/package.json index c45e388..f8ce4b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "action-trissue", "description": "GitHub Action to report Trivy scan results as GitHub issues", - "version": "2.0.0", + "version": "3.0.0", "author": "stemarks", "type": "module", "private": true,