diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e8a83..77626e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ * issues re-opening when not required ([7ce47e2](https://github.com/periphery-security/action-trissue/commit/7ce47e2f503c2ecd410289747a7381e14e1b1d52)) +## [1.2.2](https://github.com/periphery-security/action-trissue/compare/1.2.1...1.2.2) (2026-03-13) + + +### 🐛 Bug Fixes + +* issues with release please and changelog incorrect ([eec9597](https://github.com/periphery-security/action-trissue/commit/eec959789a1d684b775a6c2121803eec46d39303)) +* issues with release please and changelog incorrect ([2cbf891](https://github.com/periphery-security/action-trissue/commit/2cbf8911f8cfea2c3bbea0eb3073a5d6bad4b54f)) +* resolve issue with creating labels if they dont exist ([540b185](https://github.com/periphery-security/action-trissue/commit/540b185fc7b9fa6a0a25c0be801e649d54c1970a)) +* 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)) + ## [1.2.0](https://github.com/qomodo-labs/action-trissue/compare/1.1.0...1.2.0) (2025-04-17) ### Features diff --git a/package.json b/package.json index 82344ab..352f44d 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": "1.2.1", + "version": "1.2.2", "author": "stemarks", "type": "module", "private": true,