From ed583c54028c7bb96f914191b707f745cedccba5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:40:56 +0000 Subject: [PATCH] chore(main): release image-scan 1.5.0 --- .github/configuration/release-please-manifest.json | 2 +- image-action-gh/base-project/image-scan/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/configuration/release-please-manifest.json b/.github/configuration/release-please-manifest.json index 55e05d9..806a033 100644 --- a/.github/configuration/release-please-manifest.json +++ b/.github/configuration/release-please-manifest.json @@ -1,3 +1,3 @@ { - "image-action-gh/base-project/image-scan": "1.4.20" + "image-action-gh/base-project/image-scan": "1.5.0" } \ No newline at end of file diff --git a/image-action-gh/base-project/image-scan/CHANGELOG.md b/image-action-gh/base-project/image-scan/CHANGELOG.md index c654812..1b0604b 100644 --- a/image-action-gh/base-project/image-scan/CHANGELOG.md +++ b/image-action-gh/base-project/image-scan/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/unoplat/unoplat-utilities/compare/image-scan-v1.4.20...image-scan-v1.5.0) (2024-03-25) + + +### Features + +* added ability to externalise path ([accf3d3](https://github.com/unoplat/unoplat-utilities/commit/accf3d3be2926305301a6bcb7b12ea3321264d4d)) + ## [1.4.20](https://github.com/unoplat/unoplat-utilities/compare/image-scan-v1.4.19...image-scan-v1.4.20) (2024-03-22)