From 035d27205b6fbef33499f91abaead2d22a3f7ab1 Mon Sep 17 00:00:00 2001 From: bpetermann Date: Mon, 4 Nov 2024 21:45:39 +0100 Subject: [PATCH] chore: update version to 0.4.2 --- CHANGELOG.md | 3 +++ packages/aware-components/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fc40e..88e3534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.4.2] - 2024-11-04 + ### Fixed - Enhanced `getChildren` helper function to support arrays, ensuring it handles both single elements and arrays consistently. @@ -69,3 +71,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), [0.2.1]: https://github.com/bpetermann/aware-components/releases/tag/v0.2.1 [0.2.2]: https://github.com/bpetermann/aware-components/releases/tag/v.0.2.2 [0.3.2]: https://github.com/bpetermann/aware-components/releases/tag/v0.3.2 +[0.4.2]: https://github.com/bpetermann/aware-components/releases/tag/v0.4.2 diff --git a/packages/aware-components/package.json b/packages/aware-components/package.json index 227caa9..595686e 100644 --- a/packages/aware-components/package.json +++ b/packages/aware-components/package.json @@ -1,7 +1,7 @@ { "name": "aware-components", "private": false, - "version": "0.3.2", + "version": "0.4.2", "description": "React components with built-in accessibility checks for common HTML elements.", "type": "module", "main": "dist/index.umd.js",