date-holidays 3.26.3 → 3.26.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/data/countries/KR.yaml +1 -1
- package/data/holidays.json +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +1 -1
- package/package.json +2 -1
- package/src/data.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.26.4](https://github.com/commenthol/date-holidays/compare/3.26.3...3.26.4) (2025-10-26)
|
|
4
|
+
|
|
5
|
+
- fix(KR): fixtures for Korean Thanksgiving [8f594246](https://github.com/commenthol/date-holidays/commit/8f5942460e4f3f087e3e337c277c66a527385fc7)
|
|
6
|
+
- fix(KR): Change start date of Korean ThanksGiving Day [9c4cd143](https://github.com/commenthol/date-holidays/commit/9c4cd14320247f7d1a4140ddd20cba52a2b7d403)
|
|
7
|
+
|
|
3
8
|
## [3.26.3](https://github.com/commenthol/date-holidays/compare/3.26.2...3.26.3) (2025-10-26)
|
|
4
9
|
|
|
5
10
|
- test(AX,SE): fix fixtures for Kristi himmelfärdsdag name update [5771e2cf](https://github.com/commenthol/date-holidays/commit/5771e2cfaa4a2ae0fcc55a0bb351fdffca5bf30a)
|
package/data/countries/KR.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -15686,7 +15686,7 @@
|
|
|
15686
15686
|
"ko": "광복절"
|
|
15687
15687
|
}
|
|
15688
15688
|
},
|
|
15689
|
-
"korean 8-0-
|
|
15689
|
+
"korean 8-0-14 P3D": {
|
|
15690
15690
|
"name": {
|
|
15691
15691
|
"en": "Korean Thanksgiving",
|
|
15692
15692
|
"ko": "추석"
|