date-holidays 3.16.7 → 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 +8 -0
- package/data/countries/DE.yaml +4 -0
- package/data/countries/IE.yaml +1 -1
- package/data/holidays.json +8 -2
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.LICENSE.txt +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.LICENSE.txt +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +8 -2
- package/package.json +15 -14
- package/src/data.js +8 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
## [3.16.8](https://github.com/commenthol/date-holidays/compare/3.16.7...3.16.8) (2022-10-22)
|
|
8
|
+
|
|
9
|
+
- Update Ireland to show the correct October holiday [37591e5b](https://github.com/commenthol/date-holidays/commit/37591e5bf579157eb03329cae2f34d78648341f8)
|
|
10
|
+
|
|
3
11
|
## [3.16.7](https://github.com/commenthol/date-holidays/compare/3.16.6...3.16.7) (2022-09-15)
|
|
4
12
|
|
|
5
13
|
- chore: npmrc strict-version and ignore-scripts set [e14212ef](https://github.com/commenthol/date-holidays/commit/e14212efdc74b2ea8a9e31d81fce32c1bcdf1e50)
|
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/countries/IE.yaml
CHANGED
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
|
}
|
|
@@ -11918,7 +11924,7 @@
|
|
|
11918
11924
|
"en": "First Monday in August"
|
|
11919
11925
|
}
|
|
11920
11926
|
},
|
|
11921
|
-
"1st
|
|
11927
|
+
"1st Monday before 11-01": {
|
|
11922
11928
|
"name": {
|
|
11923
11929
|
"en": "October Bank Holiday",
|
|
11924
11930
|
"type": "bank"
|