diff --git a/CHANGELOG.md b/CHANGELOG.md index 970fa87..77d716f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.11.4](https://github.com/AlaskaAirlines/auro-menu/compare/v3.11.3...v3.11.4) (2024-03-01) + + +### Performance Improvements + +* **mark:** improve marking logic to avoid error [#196](https://github.com/AlaskaAirlines/auro-menu/issues/196) ([7f92b81](https://github.com/AlaskaAirlines/auro-menu/commit/7f92b81340bd83b9d8d95bc1eed745f95bbfdfc7)) + ## [3.11.3](https://github.com/AlaskaAirlines/auro-menu/compare/v3.11.2...v3.11.3) (2024-02-23) diff --git a/README.md b/README.md index d2768c2..eda7621 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,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 128b996..d2d20a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-menu", - "version": "3.11.3", + "version": "3.11.4", "description": "auro-menu HTML custom element", "repository": { "type": "git",