From b7413123bfdf4d30533c5f30b342734bf93324a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:51:51 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35c866..ebeffb1 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.2](https://github.com/studio24/accessible-forms/compare/v0.1.1...v0.1.2) (2026-01-14) + + +### Bug Fixes + +* Fixed incorrect help and error IDs to match aria-describedby values. ([553731e](https://github.com/studio24/accessible-forms/commit/553731e2504ef856fa2b13f03dd6989c66383c24)) + ## [0.1.1](https://github.com/studio24/accessible-forms/compare/v0.1.0...v0.1.1) (2025-12-12)