Compare commits

...

2 commits

Author SHA1 Message Date
281838d3ba
bump: version 1.0.0 → 1.0.1
Some checks failed
Deploy to Web Server / deploy (push) Failing after 1m28s
2025-06-09 21:14:31 +10:00
7a4517a7bd
fix(index): fix minisign download link 2025-06-09 21:12:57 +10:00
4 changed files with 13 additions and 3 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",

View file

@ -44,7 +44,7 @@ const age = seconds / 31556952;
<li>PGP public key fingerprint: <code>7EBD 3E0C 7D3D 5C7D 5CA8 A03F 4977 6EAC 872B 884B</code></li>
<li>PGP public key: <a href="/static/keys/49776EAC872B884B_public.asc" download="49776EAC872B884B_public.asc"><code>49776EAC872B884B_public.asc</code></a> <sub><a href="https://archive.org/details/49776EAC872B884B_public.asc" target="_blank">archive link</a></sub></li>
<li>SSH public key: <a href="https://git.aria.coffee/aria.keys" target="_blank">on my personal git serrver</a> or <a href="https://git.witchcraft.systems/aria.keys" target="_blank">on witchcraft systems' git server</a></li>
<li>SSH minisign key: <a href="/static/keys/49776EAC872B884B_public.asc" download="49776EAC872B884B_public.asc"><code>aria-minisign.pub</code></a></li>
<li>SSH minisign key: <a href="/static/keys/aria-minisign.pub" download="aria-minisign.pub"><code>aria-minisign.pub</code></a></li>
<li>Email: <a href="mailto:hello@aria.coffee"><code>hello@aria.coffee</code></a> (supports <a href="https://delta.chat/en/" target="_blank">deltachat</a>!)</li>
<li>Keyoxide: use my <a href="https://keyoxide.org/hello@aria.coffee" target="_blank">email</a> or my <a href="https://keyoxide.org/7EBD3E0C7D3D5C7D5CA8A03F49776EAC872B884B" target="_blank">PGP key fingerprint</a></li>
</ul>