diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9bd3f..082f2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.0.2](https://github.com/AlaskaAirlines/auro-alert/compare/v3.0.1...v3.0.2) (2024-10-08) + + +### Bug Fixes + +* moves auro library to dependencies in package.json [#67](https://github.com/AlaskaAirlines/auro-alert/issues/67) ([5a11e5c](https://github.com/AlaskaAirlines/auro-alert/commit/5a11e5c99bfdaafa9328b3687f6457078b07568b)) + ## [3.0.1](https://github.com/AlaskaAirlines/auro-alert/compare/v3.0.0...v3.0.1) (2024-10-04) diff --git a/README.md b/README.md index 2c97162..954d1f0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,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 875b22c..f0461b3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-alert", - "version": "3.0.1", + "version": "3.0.2", "description": "auro-alert HTML custom element", "repository": { "type": "git",