diff --git a/CHANGELOG.md b/CHANGELOG.md index 9127bf6..21b93c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.2.0 (2025-05-30) + +### Feat + +- **Aria-Board**: add 4 new imaged to the mood board of motoko kusanagi + +### Refactor + +- **old/**: remove old unused version of website + ## v0.1.0 (2025-05-27) ### Feat diff --git a/package.json b/package.json index 7a68308..e5d3e1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev", "build": "astro check && astro build && ./compress-images.sh",