From f90a6663a1e19c021eb414cda04362164fa05d2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:12:06 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..11d063f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.2.0](https://github.com/williambrady/portfolio-code-scanner/compare/v1.1.1...v1.2.0) (2026-01-12) + + +### Features + +* Add detailed findings output to GitHub Actions logs ([#7](https://github.com/williambrady/portfolio-code-scanner/issues/7)) ([3825860](https://github.com/williambrady/portfolio-code-scanner/commit/38258603d79d07826850ed748afbb7bd785c3452)) +* Add Release Please for semantic versioning ([#6](https://github.com/williambrady/portfolio-code-scanner/issues/6)) ([24a2c60](https://github.com/williambrady/portfolio-code-scanner/commit/24a2c60f7d92d6af70bbc5022723f15c2748a6e6))