From 265896ba86af15129c6073e6cec0dbce4ba151cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:06:09 +0000 Subject: [PATCH] chore(main): release 0.1.6 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46ea28..73a7540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to accessible-forms will be documented in this file. +## [0.1.6](https://github.com/studio24/accessible-forms/compare/v0.1.5...v0.1.6) (2026-08-03) + + +### Bug Fixes + +* Fixed aria-describedby for single checkbox error. ([d8ce104](https://github.com/studio24/accessible-forms/commit/d8ce10499a5b6b0f05751fc27715984324d2732f)) +* Prevented checkbox error class from always triggering. ([0ed0d99](https://github.com/studio24/accessible-forms/commit/0ed0d9913f01f76f337f6a4fdee8f5f0beb97a9c)) + ## [0.1.5](https://github.com/studio24/accessible-forms/compare/v0.1.4...v0.1.5) (2026-07-03)