bump: version 1.0.1 → 1.1.0
This commit is contained in:
parent
e5cf30613d
commit
59598b03f7
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue