bump: version 1.0.1 → 1.1.0

This commit is contained in:
aria 2025-07-04 16:16:37 +10:00
parent e5cf30613d
commit 59598b03f7
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
## v1.1.0 (2025-07-04)
### Feat
- add matomo & bump versions
- **pay-me**: add nano address
- **blog**: make draft bool optional
### Fix
- **astro config**: remove eris from image download
- **index**: remove "SSH" from minisign key text
## v1.0.1 (2025-06-09)
### Feat

View file

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