diff --git a/CHANGELOG.md b/CHANGELOG.md index 6345964..aa450ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.1](https://github.com/deployn/astro-deploy/compare/v1.15.0...v1.15.1) (2024-03-04) + + +### Bug Fixes + +* **ui:** enhance spacing and layout ([6df0274](https://github.com/deployn/astro-deploy/commit/6df0274c3a10a66e1ef1f2603c4e4d13e9476a13)) + # [1.15.0](https://github.com/deployn/astro-deploy/compare/v1.14.0...v1.15.0) (2024-03-04) diff --git a/package.json b/package.json index 6aa3408..0686b68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.15.0", + "version": "1.15.1", "description": "A custom Astro.js template", "private": true, "scripts": {