diff --git a/CHANGELOG.md b/CHANGELOG.md
index c350308..2ec5051 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Semantic Release Automated Changelog
+## [3.0.1](https://github.com/AlaskaAirlines/auro-carousel/compare/v3.0.0...v3.0.1) (2024-10-08)
+
+
+### Bug Fixes
+
+* moves auro library to dependencies in package.json [#55](https://github.com/AlaskaAirlines/auro-carousel/issues/55) ([6b0ed22](https://github.com/AlaskaAirlines/auro-carousel/commit/6b0ed22513121aef6c5fab5c237cbb3d6345b184))
+
# [3.0.0](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.7...v3.0.0) (2024-09-30)
diff --git a/README.md b/README.md
index 1bd67be..41f0fe0 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,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 1038056..901eb9c 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-carousel",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "auro-carousel HTML custom element",
"repository": {
"type": "git",