This commit is contained in:
Jewgeni Lewash 2024-02-16 12:08:16 +01:00
commit 2721e21e23
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", "name": "astro-deploy",
"version": "0.0.0-development", "version": "1.0.0",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {