date-holidays 3.14.4 → 3.14.5
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 +0 -7
- package/data/holidays.json +1 -11
- 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 -11
- package/package.json +1 -1
- package/src/data.js +1 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.14.5](https://github.com/commenthol/date-holidays/compare/3.14.4...3.14.5) (2022-04-09)
|
|
4
|
+
|
|
5
|
+
- fix(DE-HB,DE-HE,DE-TH,#321): Dec. 31 is not a public holiday [dd849428](https://github.com/commenthol/date-holidays/commit/dd849428249debf8472e8f65efc3b02ffb422452)
|
|
6
|
+
|
|
3
7
|
## [3.14.4](https://github.com/commenthol/date-holidays/compare/3.14.3...3.14.4) (2022-03-20)
|
|
4
8
|
|
|
5
9
|
- test(BE): fix tests [41b28b6c](https://github.com/commenthol/date-holidays/commit/41b28b6c93a1c9bed0a3faedfeacf1f8de3e950e)
|
package/data/countries/DE.yaml
CHANGED
|
@@ -189,9 +189,6 @@ holidays:
|
|
|
189
189
|
HB:
|
|
190
190
|
name: Hansestadt Bremen
|
|
191
191
|
days:
|
|
192
|
-
"12-31 14:00 if sunday then 00:00":
|
|
193
|
-
_name: 12-31
|
|
194
|
-
type: public
|
|
195
192
|
10-31:
|
|
196
193
|
_name: Reformation Day
|
|
197
194
|
active:
|
|
@@ -202,8 +199,6 @@ holidays:
|
|
|
202
199
|
days:
|
|
203
200
|
easter 60:
|
|
204
201
|
_name: easter 60
|
|
205
|
-
"12-31 14:00 if sunday then 00:00":
|
|
206
|
-
_name: 12-31
|
|
207
202
|
HH:
|
|
208
203
|
name: Hansestadt Hamburg
|
|
209
204
|
days:
|
|
@@ -293,8 +288,6 @@ holidays:
|
|
|
293
288
|
- from: 2019
|
|
294
289
|
10-31:
|
|
295
290
|
_name: Reformation Day
|
|
296
|
-
"12-31 14:00 if sunday then 00:00":
|
|
297
|
-
_name: 12-31
|
|
298
291
|
regions:
|
|
299
292
|
EIC:
|
|
300
293
|
name: Landkreis Eichfeld
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-
|
|
2
|
+
"version": "2022-04-09",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -7357,10 +7357,6 @@
|
|
|
7357
7357
|
"HB": {
|
|
7358
7358
|
"name": "Hansestadt Bremen",
|
|
7359
7359
|
"days": {
|
|
7360
|
-
"12-31 14:00 if sunday then 00:00": {
|
|
7361
|
-
"_name": "12-31",
|
|
7362
|
-
"type": "public"
|
|
7363
|
-
},
|
|
7364
7360
|
"10-31": {
|
|
7365
7361
|
"_name": "Reformation Day",
|
|
7366
7362
|
"active": [
|
|
@@ -7376,9 +7372,6 @@
|
|
|
7376
7372
|
"days": {
|
|
7377
7373
|
"easter 60": {
|
|
7378
7374
|
"_name": "easter 60"
|
|
7379
|
-
},
|
|
7380
|
-
"12-31 14:00 if sunday then 00:00": {
|
|
7381
|
-
"_name": "12-31"
|
|
7382
7375
|
}
|
|
7383
7376
|
}
|
|
7384
7377
|
},
|
|
@@ -7523,9 +7516,6 @@
|
|
|
7523
7516
|
},
|
|
7524
7517
|
"10-31": {
|
|
7525
7518
|
"_name": "Reformation Day"
|
|
7526
|
-
},
|
|
7527
|
-
"12-31 14:00 if sunday then 00:00": {
|
|
7528
|
-
"_name": "12-31"
|
|
7529
7519
|
}
|
|
7530
7520
|
},
|
|
7531
7521
|
"regions": {
|