Skip to content

Commit 4463fad

Browse files
chore(release): v0.4.3 장바구니 메뉴 최대 개수 9개 제한 해제 [skip version]
1 parent e129506 commit 4463fad

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

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.4.3] - 2026-01-15
16+
17+
🐛 **patch**: 장바구니 메뉴 최대 개수 9개 제한 해제
18+
- commit: `e129506`
19+
1520
## [0.4.2] - 2026-01-02
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.4.2",
3+
"version": "0.4.3",
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.4.2';
1+
export const APP_VERSION: string = '0.4.3';

0 commit comments

Comments
 (0)