diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b3d55..1aa9261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Semantic Release Automated Changelog +# [1.10.0](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.9.14...v1.10.0) (2024-05-10) + + +### Bug Fixes + +* **border:** update border styles after for new input version ([31f6c85](https://github.com/AlaskaAirlines/auro-combobox/commit/31f6c85ed958eae85bf8dd805070f8a2d483f042)) +* **events:** update help text event and event docs ([d027521](https://github.com/AlaskaAirlines/auro-combobox/commit/d0275211686673787b0bd419184fda95401e936b)) + + +### Features + +* **validitation:** implement form validation repo [#173](https://github.com/AlaskaAirlines/auro-combobox/issues/173) ([09d9e35](https://github.com/AlaskaAirlines/auro-combobox/commit/09d9e35cfe781a5dbdc997f89429b6d01e4a30f7)) + + +### Performance Improvements + +* **library:** add library runtime util functionality for custom components ([a20ecbd](https://github.com/AlaskaAirlines/auro-combobox/commit/a20ecbdbaa5ba14d39b03aec65919226248e4bba)) + ## [1.9.14](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.9.13...v1.9.14) (2024-05-06) diff --git a/README.md b/README.md index 614b93f..52b493e 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 7b3a74b..6cf95c6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-combobox", - "version": "1.9.14", + "version": "1.10.0", "description": "auro-combobox HTML custom element", "repository": { "type": "git",