bump: version 1.0.0 → 1.0.1
Some checks failed
Deploy to Web Server / deploy (push) Failing after 1m28s

This commit is contained in:
aria 2025-06-09 21:14:31 +10:00
parent 7a4517a7bd
commit 281838d3ba
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
3 changed files with 12 additions and 2 deletions

View file

@ -4,4 +4,4 @@ tag_format = "v$version"
version_scheme = "semver"
version_provider = "npm"
update_changelog_on_bump = true
major_version_zero = true
major_version_zero = false

View file

@ -1,3 +1,13 @@
## v1.0.1 (2025-06-09)
### Feat
- **package.json**: bump deps
### Fix
- **index**: fix minisign download link
## v1.0.0 (2025-06-09)
### Feat

View file

@ -1,7 +1,7 @@
{
"name": "astro",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh",