From dab6a131e2ec8619518edca7ab4ae538e845f781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:57:29 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b3847..32bc48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.1](https://github.com/timdixon82/Periodic-Table/compare/v1.1.0...v1.1.1) (2026-07-16) + + +### Bug Fixes + +* add dependabot cooldown block to satisfy semgrep dependabot-missing-cooldown rule ([#38](https://github.com/timdixon82/Periodic-Table/issues/38)) ([ccd32e6](https://github.com/timdixon82/Periodic-Table/commit/ccd32e610da651768aacaf66112c595bc9d14a50)) +* clean-stale-branches.sh switches to main before deleting ([#26](https://github.com/timdixon82/Periodic-Table/issues/26)) ([55d2186](https://github.com/timdixon82/Periodic-Table/commit/55d21865a1ff4189c1df6aa9d18b76f74857b4cb)) +* use -D for squash-merged branch deletion in clean-stale-branches.sh ([#28](https://github.com/timdixon82/Periodic-Table/issues/28)) ([5b08862](https://github.com/timdixon82/Periodic-Table/commit/5b088626df1ba847433a983d105e9438ab04058b)) + ## [1.1.0](https://github.com/timdixon82/Periodic-Table/compare/v1.0.0...v1.1.0) (2026-05-31)