Skip to content

Commit

Permalink
chore: 2023년 추석 임시공휴일 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Sep 8, 2023
1 parent 96c0361 commit f2c105a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cjs/year_holidays/2023.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ exports.HOLIDAYS_2023 = {
30: true, // 추석 연휴
},
10: {
2: true,
3: true,
9: true, // 한글날
},
Expand Down
1 change: 1 addition & 0 deletions lib/esm/year_holidays/2023.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export var HOLIDAYS_2023 = {
30: true, // 추석 연휴
},
10: {
2: true,
3: true,
9: true, // 한글날
},
Expand Down
1 change: 1 addition & 0 deletions src/year_holidays/2023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const HOLIDAYS_2023: IYearHolidays = {
30: true, // 추석 연휴
},
10: {
2: true, // 추석 임시공휴일
3: true, // 개천절
9: true, // 한글날
},
Expand Down

0 comments on commit f2c105a

Please sign in to comment.