diff --git a/CHANGELOG.md b/CHANGELOG.md index 02282be..f765693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/deployn/astro-deploy/compare/v1.8.2...v1.9.0) (2024-02-28) + + +### Features + +* **layout:** add footer component ([39dfa3a](https://github.com/deployn/astro-deploy/commit/39dfa3a8fcd7d9a447625fba5290f45affea9b4a)) + ## [1.8.2](https://github.com/deployn/astro-deploy/compare/v1.8.1...v1.8.2) (2024-02-27) diff --git a/package.json b/package.json index e7ca8fd..427edca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.8.2", + "version": "1.9.0", "description": "A custom Astro.js template", "private": true, "scripts": {