chore(release): 1.9.0 [skip ci]

# [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](39dfa3a8fc))
This commit is contained in:
semantic-release-bot 2024-02-28 06:53:55 +00:00
parent 39dfa3a8fc
commit e858b080a7
2 changed files with 8 additions and 1 deletions

View File

@ -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) ## [1.8.2](https://github.com/deployn/astro-deploy/compare/v1.8.1...v1.8.2) (2024-02-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "astro-deploy", "name": "astro-deploy",
"type": "module", "type": "module",
"version": "1.8.2", "version": "1.9.0",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {