diff --git a/CHANGELOG.md b/CHANGELOG.md index 50714f4..81fc7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.0.1](https://github.com/AlaskaAirlines/auro-flight/compare/v3.0.0...v3.0.1) (2024-10-08) + + +### Bug Fixes + +* moves auro library to dependencies in package.json [#133](https://github.com/AlaskaAirlines/auro-flight/issues/133) ([2ae2381](https://github.com/AlaskaAirlines/auro-flight/commit/2ae2381b44b64952fb99c8af64f91ba0882211ed)) + # [3.0.0](https://github.com/AlaskaAirlines/auro-flight/compare/v2.7.1...v3.0.0) (2024-10-04) diff --git a/README.md b/README.md index c06a1ad..9e21ae7 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,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 4de7b6f..8c43a68 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-flight", - "version": "3.0.0", + "version": "3.0.1", "description": "auro-flight HTML custom element", "repository": { "type": "git",