From 59598b03f7279a97a50b101d2ca3887251fa828f Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 4 Jul 2025 16:16:37 +1000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f2739..0a7c2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index aac97e2..c4a3575 100644 --- a/package.json +++ b/package.json @@ -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",