From eef9ec9457765233b1623dde560d364541e35a40 Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 15 Mar 2024 10:13:14 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",