date-holidays 3.23.9 → 3.23.10
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 +4 -0
- package/data/countries/HU.yaml +1 -1
- package/data/holidays.json +2 -2
- 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 +2 -2
- package/package.json +10 -9
- package/src/data.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.10](https://github.com/commenthol/date-holidays/compare/3.23.9...3.23.11) (2024-03-14)
|
|
4
|
+
|
|
5
|
+
- fix(HU,#464): update the name of the public holiday on March 15 [3d594188](https://github.com/commenthol/date-holidays/commit/3d5941884867a4f000203efde80784dc295c7ec5)
|
|
6
|
+
|
|
3
7
|
## [3.23.9](https://github.com/commenthol/date-holidays/compare/3.23.8...3.23.9) (2024-02-29)
|
|
4
8
|
|
|
5
9
|
- fix(SG): Vesak Day 2024 [8940db8f](https://github.com/commenthol/date-holidays/commit/8940db8fb9c2e3a4b23fc57258da1397244ed1cf)
|
package/data/countries/HU.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2024-
|
|
2
|
+
"version": "2024-03-14",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -11915,7 +11915,7 @@
|
|
|
11915
11915
|
},
|
|
11916
11916
|
"03-15": {
|
|
11917
11917
|
"name": {
|
|
11918
|
-
"hu": "
|
|
11918
|
+
"hu": "1848-as forradalom",
|
|
11919
11919
|
"en": "National Day"
|
|
11920
11920
|
},
|
|
11921
11921
|
"type": "public"
|