From 9f35836a4e80f08ac2b24c40d2e5b726c8226c56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:18:14 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.1 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4076dc..e334971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to accessible-forms will be documented in this file. +## [0.1.1](https://github.com/studio24/accessible-forms/compare/v0.1.0...v0.1.1) (2025-12-12) + + +### Bug Fixes + +* enable GH actions to run release ([c4c8234](https://github.com/studio24/accessible-forms/commit/c4c8234c59996a017684e510d4e6311a1b147a6d)) +* fix form_all_errors_count Twig function ([6a5c14e](https://github.com/studio24/accessible-forms/commit/6a5c14ea227a04206dc59a3270ee328b69e40a45)) + ## 0.1.1 (2025-12-12) Initial release - From c288f005f2e82ac0dfffec7c26215d1ba50d97e1 Mon Sep 17 00:00:00 2001 From: Simon R Jones Date: Fri, 12 Dec 2025 14:19:19 +0000 Subject: [PATCH 2/2] Remove duplicate entry in CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e334971..b35c866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ All notable changes to accessible-forms will be documented in this file. ### Bug Fixes -* enable GH actions to run release ([c4c8234](https://github.com/studio24/accessible-forms/commit/c4c8234c59996a017684e510d4e6311a1b147a6d)) * fix form_all_errors_count Twig function ([6a5c14e](https://github.com/studio24/accessible-forms/commit/6a5c14ea227a04206dc59a3270ee328b69e40a45)) ## 0.1.1 (2025-12-12)