From 508961a331470b142bc12097078c76bca36ef685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:33:31 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index efd314f..561630c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/timdixon82/Clock-Practice/compare/v0.3.0...v0.3.1) (2026-07-15) + + +### Bug Fixes + +* add dependabot cooldown block to satisfy semgrep dependabot-missing-cooldown rule ([#29](https://github.com/timdixon82/Clock-Practice/issues/29)) ([330726b](https://github.com/timdixon82/Clock-Practice/commit/330726b2f18bb3cc0d604bb8fc1fa3fa003bb90e)) + ## [0.3.0](https://github.com/timdixon82/Clock-Practice/compare/v0.2.0...v0.3.0) (2026-05-30)