diff --git a/CHANGELOG.md b/CHANGELOG.md index 8805b8d..c7bf6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.3.0 (2024-03-15) + +### Feat + +- **Style**: change layout to allow navbar to expand the whole width +- **Style**: add animations and effects to landing page +- **Navbar**: apply sticky style to the main navbar + +### Refactor + +- **Components**: move offcanvas from navbar to it's own component + ## 0.2.0 (2024-03-13) ### Feat diff --git a/package.json b/package.json index 09e5c54..392c10f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "personal-page", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "scripts": { "dev": "astro dev --port 3000", "start": "astro dev",