date-holidays 3.23.12 → 3.23.13

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.23.13](https://github.com/commenthol/date-holidays/compare/3.23.12...3.23.13) (2024-11-26)
4
+
5
+ - fix(AU): correct Kings Birthday in Western Australia for 2024 [6a81888e](https://github.com/commenthol/date-holidays/commit/6a81888e56ecab97094183578ea4fb0630e90da0)
6
+ - fix(CL): enable june solstice holiday since 2022 [e8e98e1f](https://github.com/commenthol/date-holidays/commit/e8e98e1fc1faf65f5de2bffeb07cd23e5b244d94)
7
+ - fix(CL): changed fixed date holiday june 21st to june solstice [b9417a8d](https://github.com/commenthol/date-holidays/commit/b9417a8d924de879fdb39a0e2305fcedf96bf287)
8
+ - chore: add node@22 [65b10b7b](https://github.com/commenthol/date-holidays/commit/65b10b7b38585320e111696bf88a4b2461416c88)
9
+
3
10
  ## [3.23.12](https://github.com/commenthol/date-holidays/compare/3.23.11...3.23.12) (2024-05-04)
4
11
 
5
12
  - test(BQ,CW,SR): fix fixtures [70dbb2d3](https://github.com/commenthol/date-holidays/commit/70dbb2d3142566cf1580be37159f08439713e7c2)
@@ -312,4 +312,8 @@ holidays:
312
312
  note: Might be on a different day; is proclaimed by Governor
313
313
  active:
314
314
  - from: "2022-09-09"
315
+ disable:
316
+ - "2024-09-30"
317
+ enable:
318
+ - "2024-09-23"
315
319
  1st monday in October: false
@@ -27,7 +27,11 @@ holidays:
27
27
  name:
28
28
  en: Navy Day
29
29
  es: Día de las Glorias Navales
30
- 06-21 since 2023:
30
+ 06-21 since 2021 prior to 2022:
31
+ name:
32
+ en: Indigenous People's Day
33
+ es: Día de los Pueblos Indígenas
34
+ june solstice in America/Santiago since 2022:
31
35
  name:
32
36
  en: Indigenous People's Day
33
37
  es: Día de los Pueblos Indígenas
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2024-05-04",
2
+ "version": "2024-11-26",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -1521,6 +1521,12 @@
1521
1521
  {
1522
1522
  "from": "2022-09-09"
1523
1523
  }
1524
+ ],
1525
+ "disable": [
1526
+ "2024-09-30"
1527
+ ],
1528
+ "enable": [
1529
+ "2024-09-23"
1524
1530
  ]
1525
1531
  },
1526
1532
  "1st monday in October": false
@@ -6580,7 +6586,13 @@
6580
6586
  "es": "Día de las Glorias Navales"
6581
6587
  }
6582
6588
  },
6583
- "06-21 since 2023": {
6589
+ "06-21 since 2021 prior to 2022": {
6590
+ "name": {
6591
+ "en": "Indigenous People's Day",
6592
+ "es": "Día de los Pueblos Indígenas"
6593
+ }
6594
+ },
6595
+ "june solstice in America/Santiago since 2022": {
6584
6596
  "name": {
6585
6597
  "en": "Indigenous People's Day",
6586
6598
  "es": "Día de los Pueblos Indígenas"