chore(release): 1.0.0 [skip ci]

# 1.0.0 (2024-02-16)

### Features

* add astro.js ([9fc02b3](9fc02b366d))
* add semantic-release support ([f5e9c0d](f5e9c0da89))
This commit is contained in:
semantic-release-bot 2024-02-16 10:45:26 +00:00
parent 9e74a2cc6e
commit 9ff905f256
2 changed files with 8 additions and 1 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# 1.0.0 (2024-02-16)
### Features
* add astro.js ([9fc02b3](https://github.com/deployn/astro-deploy/commit/9fc02b366d90ccb4828a1d1bd26a5730e1afeabb))
* add semantic-release support ([f5e9c0d](https://github.com/deployn/astro-deploy/commit/f5e9c0da89fdf4aa96621826d9c809c1b48465ee))

View File

@ -1,6 +1,6 @@
{
"name": "astro-deploy",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "A custom Astro.js template",
"private": true,
"scripts": {