diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab8450..c14bffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.1](https://github.com/deployn/astro-deploy/compare/v1.8.0...v1.8.1) (2024-02-27) + + +### Bug Fixes + +* add sharp for image transformation ([7d8d54e](https://github.com/deployn/astro-deploy/commit/7d8d54ef15c8088bf3a2ba00fa0569b1ea45636b)) +* **ui:** update header component ([0a7966d](https://github.com/deployn/astro-deploy/commit/0a7966d4d9001fe4321483e83a325e756cf7049c)) + # [1.8.0](https://github.com/deployn/astro-deploy/compare/v1.7.1...v1.8.0) (2024-02-26) diff --git a/package.json b/package.json index 1d43f9e..eb919c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.8.0", + "version": "1.8.1", "description": "A custom Astro.js template", "private": true, "scripts": {