Skip to content

Commit 47eea2b

Browse files
chore(release): v0.3.0 학생회관 페이지 API 연동 [skip version]
1 parent fdd160d commit 47eea2b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ This file is automatically generated and maintained by the centralized workflow
1212

1313
# Chuseok22 Version Changelog
1414

15+
## [0.3.0] - 2025-12-15
16+
17+
**minor**: 학생회관 페이지 API 연동
18+
- commit: `fdd160d`
19+
1520
## [0.2.3] - 2025-12-03
1621

1722
🐛 **patch**: 로그인 에러 처리 개선

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "campus-table-fe",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION: string = '0.2.3';
1+
export const APP_VERSION: string = '0.3.0';

0 commit comments

Comments
 (0)