From 5047c55e64e320d404cd9f671e4be8738d0a70d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:36:22 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebeffb1..55fa18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to accessible-forms will be documented in this file. +## [0.1.3](https://github.com/studio24/accessible-forms/compare/v0.1.2...v0.1.3) (2026-04-10) + + +### Bug Fixes + +* create release ([b46bd59](https://github.com/studio24/accessible-forms/commit/b46bd59d2f9647031fd6d39fd3070a9b86e087dc)) + ## [0.1.2](https://github.com/studio24/accessible-forms/compare/v0.1.1...v0.1.2) (2026-01-14) From 710379bbe1475e553b00e27ae4b7a75a65cb7c15 Mon Sep 17 00:00:00 2001 From: Gareth Trinkwon Date: Fri, 10 Apr 2026 16:47:13 +0100 Subject: [PATCH 2/2] Update CHANGELOG for version 0.1.3 Added a new HTML form type for custom HTML inclusion and fixed singular phrasing in the error block. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fa18d..d3bbfd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ All notable changes to accessible-forms will be documented in this file. ## [0.1.3](https://github.com/studio24/accessible-forms/compare/v0.1.2...v0.1.3) (2026-04-10) - ### Bug Fixes -* create release ([b46bd59](https://github.com/studio24/accessible-forms/commit/b46bd59d2f9647031fd6d39fd3070a9b86e087dc)) +* Singular phrasing on error block where there is only 1 error. + +### Added + +* New Html form type for including custom HTML in a form. + ## [0.1.2](https://github.com/studio24/accessible-forms/compare/v0.1.1...v0.1.2) (2026-01-14)