diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ecb13..c01d49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [4.2.1](https://github.com/AlaskaAirlines/auro-hyperlink/compare/v4.2.0...v4.2.1) (2024-12-02) + + +### Bug Fixes + +* ariaPressed name changed to prevent conflict with html attribute [#235](https://github.com/AlaskaAirlines/auro-hyperlink/issues/235) ([2c176a4](https://github.com/AlaskaAirlines/auro-hyperlink/commit/2c176a4b2900bf62f4ee798a9371fa16a8d9db5c)) + # [4.2.0](https://github.com/AlaskaAirlines/auro-hyperlink/compare/v4.1.1...v4.2.0) (2024-11-15) diff --git a/README.md b/README.md index 660a8d5..bf54119 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ In cases where the project is not able to process JS assets, there are pre-proce ```html - + ``` diff --git a/package.json b/package.json index 85a17d8..03f4912 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-hyperlink", - "version": "4.2.0", + "version": "4.2.1", "description": "auro-hyperlink HTML custom element", "repository": { "type": "git",