diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b02f0b..5f55e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +# [4.5.0](https://github.com/AlaskaAirlines/auro-icon/compare/v4.4.0...v4.5.0) (2024-08-20) + + +### Features + +* update to support component theming ([b101b5d](https://github.com/AlaskaAirlines/auro-icon/commit/b101b5d0dfe3ce9b5f4a38b709269f50e77b1eb4)), closes [#124](https://github.com/AlaskaAirlines/auro-icon/issues/124) + # [4.4.0](https://github.com/AlaskaAirlines/auro-icon/compare/v4.3.1...v4.4.0) (2024-07-02) ### Features diff --git a/README.md b/README.md index 482e72b..9f34ea8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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 3b66199..cf10ddc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-icon", - "version": "4.5.0-beta.1", + "version": "4.5.0", "description": "auro-icon HTML custom element", "repository": { "type": "git",