date-holidays 3.16.8 → 3.16.9
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/DE.yaml +4 -0
- package/data/holidays.json +7 -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 +7 -1
- package/package.json +14 -14
- package/src/data.js +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.9](https://github.com/commenthol/date-holidays/compare/3.16.8...3.16.9) (2022-11-02)
|
|
4
|
+
|
|
5
|
+
- fix(DE-HE,#361): easter and pentecost are public holidays [93a6213c](https://github.com/commenthol/date-holidays/commit/93a6213c4deee649b895bb08d7d8fb6cd6033e38)
|
|
6
|
+
|
|
3
7
|
## [3.16.8](https://github.com/commenthol/date-holidays/compare/3.16.7...3.16.8) (2022-10-22)
|
|
4
8
|
|
|
5
9
|
- Update Ireland to show the correct October holiday [37591e5b](https://github.com/commenthol/date-holidays/commit/37591e5bf579157eb03329cae2f34d78648341f8)
|
package/data/countries/DE.yaml
CHANGED
|
@@ -197,6 +197,10 @@ holidays:
|
|
|
197
197
|
# @source http://www.rv.hessenrecht.hessen.de/cgi-bin/lexsoft/capi/hessen.cgi/export_pdf?docid=169523,1&hideVersionDate=1&shortTitleFileName=1&showVersionInfo=1&displayConfig=0&exportLawlist=1&customFooter=Hessische%20Gesetze%20und%20Verwaltungsvorschriften%20in%20Zusammenarbeit%20mit%20Wolters%20Kluwer%20Deutschland%20GmbH&at=1&pid=UAN_nv_3470
|
|
198
198
|
name: Hessen
|
|
199
199
|
days:
|
|
200
|
+
easter:
|
|
201
|
+
_name: easter
|
|
202
|
+
easter 49:
|
|
203
|
+
_name: easter 49
|
|
200
204
|
easter 60:
|
|
201
205
|
_name: easter 60
|
|
202
206
|
HH:
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-
|
|
2
|
+
"version": "2022-11-02",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -7387,6 +7387,12 @@
|
|
|
7387
7387
|
"HE": {
|
|
7388
7388
|
"name": "Hessen",
|
|
7389
7389
|
"days": {
|
|
7390
|
+
"easter": {
|
|
7391
|
+
"_name": "easter"
|
|
7392
|
+
},
|
|
7393
|
+
"easter 49": {
|
|
7394
|
+
"_name": "easter 49"
|
|
7395
|
+
},
|
|
7390
7396
|
"easter 60": {
|
|
7391
7397
|
"_name": "easter 60"
|
|
7392
7398
|
}
|