From dc27e2453b43dcf4828bdba886ce07b4f57697e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 13:00:18 +0000 Subject: [PATCH] chore(2.x): release 2.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bd1b03..bbbcf49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.1" + ".": "2.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abcd9c..9c7b8f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.5.2](https://github.com/mindkomm/timmy/compare/v2.5.1...v2.5.2) (2025-12-23) + + +### Bug Fixes + +* Fix bug for attachments without width and height ([#115](https://github.com/mindkomm/timmy/issues/115)) ([6fd5c6b](https://github.com/mindkomm/timmy/commit/6fd5c6bd48a0ce1487e5b96343a9b55ead69e899)) +* Fix PHP warnings when SVG dimensions can’t be loaded ([#113](https://github.com/mindkomm/timmy/issues/113)) ([24b12cd](https://github.com/mindkomm/timmy/commit/24b12cdbe50290bea07b40457d7dbabcc65903b0)) + + +### Miscellaneous Chores + +* Update workflow configuration ([#114](https://github.com/mindkomm/timmy/issues/114)) ([358915b](https://github.com/mindkomm/timmy/commit/358915bb05d541c3258c56d3fb136fc2b50e2d52)) + ## [2.5.1](https://github.com/mindkomm/timmy/compare/v2.5.0...v2.5.1) (2025-11-28)