Skip to content

Commit

Permalink
chore: update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetermann committed Nov 4, 2024
1 parent 9c44bfc commit 035d272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/aware-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 035d272

Please sign in to comment.