Skip to content

Commit c386a6e

Browse files
committed
bump: version 0.0.1 → 1.0.0
1 parent 829eea7 commit c386a6e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## v1.0.0 (2025-10-18)
2+
3+
### Feat
4+
5+
- enhance accessibility by adding rel and aria-label attributes to buttons and links
6+
- add Threads icon and link to social media section
7+
- add resume download link
8+
- configure Google Analytic 4 with PartyTown
9+
- add meta tags and favicon
10+
- add background pattern
11+
- add light/dark mode
12+
- add initial ui
13+
14+
### Fix
15+
16+
- update fixed pattern layout
17+
- add touch-manipulation to prevent mobile double-tap zoom
18+
- update React logo
19+
- separate body and main layout
20+
- add priority attribute to hero image
21+
22+
### Refactor
23+
24+
- extract footer component

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "satna-ing",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro build",

0 commit comments

Comments
 (0)