Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump: version 1.0.0 → 1.0.1

aria 281838d3 7a4517a7

+12 -2
+1 -1
.cz.toml
··· 4 4 version_scheme = "semver" 5 5 version_provider = "npm" 6 6 update_changelog_on_bump = true 7 - major_version_zero = true 7 + major_version_zero = false
+10
CHANGELOG.md
··· 1 + ## v1.0.1 (2025-06-09) 2 + 3 + ### Feat 4 + 5 + - **package.json**: bump deps 6 + 7 + ### Fix 8 + 9 + - **index**: fix minisign download link 10 + 1 11 ## v1.0.0 (2025-06-09) 2 12 3 13 ### Feat
+1 -1
package.json
··· 1 1 { 2 2 "name": "astro", 3 3 "type": "module", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "scripts": { 6 6 "dev": "astro dev", 7 7 "build": "astro check && astro build && ./compress-images.sh",