chore(release): 1.0.0 [skip ci]

# 1.0.0 (2026-04-10)

### Bug Fixes

* workflow path ([c008214](c008214f82))

### Features

* add lint command ([c4428cf](c4428cf94c))
* init ([3f49236](3f49236deb))
This commit is contained in:
semantic-release-bot
2026-04-10 02:12:42 +00:00
parent c4428cf94c
commit 4a2a89abac
2 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# 1.0.0 (2026-04-10)
### Bug Fixes
* workflow path ([c008214](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/c008214f82f83b19adda2ce140bf074b96fb7c21))
### Features
* add lint command ([c4428cf](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/c4428cf94cdbd03ea91393b4c1a93116b513ed4b))
* init ([3f49236](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/3f49236deb4f24b33f1cd04ab1e1af2f81275669))

View File

@@ -1,7 +1,7 @@
{
"name": "site-saralebens",
"type": "module",
"version": "0.1.0",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -17,7 +17,7 @@
"@tailwindcss/postcss": "4.2.2",
"@tailwindcss/vite": "4.2.2",
"astro": "6.1.5",
"tailwindcss": "4.2.2"
"tailwindcss": "4.2.2"
},
"devDependencies": {
"@saithodev/semantic-release-gitea": "2.1.0",
@@ -39,5 +39,5 @@
"semantic-release-export-data": "1.2.0",
"typescript": "6.0.2",
"typescript-eslint": "8.58.1"
}
}
}