diff --git a/CHANGELOG.md b/CHANGELOG.md index b8301aa..3794c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Release Automated Changelog +## [4.0.1](https://github.com/AlaskaAirlines/auro-lockup/compare/v4.0.0...v4.0.1) (2024-10-08) + + +### Bug Fixes + +* moves auro library to dependencies in package.json [#36](https://github.com/AlaskaAirlines/auro-lockup/issues/36) ([2ef5f82](https://github.com/AlaskaAirlines/auro-lockup/commit/2ef5f821553e324883f32d77069c6f1a8d7f0873)) +* moving Library out of peerDependencies [#36](https://github.com/AlaskaAirlines/auro-lockup/issues/36) ([837da39](https://github.com/AlaskaAirlines/auro-lockup/commit/837da39be51430e23705b31f63e131b00711b5fe)) + # [4.0.0](https://github.com/AlaskaAirlines/auro-lockup/compare/v3.0.8...v4.0.0) (2024-10-04) diff --git a/README.md b/README.md index 2188f40..2872edd 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,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 0187cd4..5037ffd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-lockup", - "version": "4.0.0", + "version": "4.0.1", "description": "auro-lockup HTML custom element", "repository": { "type": "git",