date-holidays 3.19.2 → 3.20.0

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.20.0](https://github.com/commenthol/date-holidays/compare/3.19.2...3.20.0) (2023-06-03)
4
+
5
+ - fix: last observed 2020, so prior to 2021 [6397ed83](https://github.com/commenthol/date-holidays/commit/6397ed83ec0d9dc1866256e0ec4c2dc5b175f4b7)
6
+ - fix: actually since 2020 [7da8dc08](https://github.com/commenthol/date-holidays/commit/7da8dc0840197a18700acdbda3f0a56d2f752d47)
7
+ - feat: remove Lee-Jackson Day starting 2023, add Election Day [a70b0819](https://github.com/commenthol/date-holidays/commit/a70b0819f42e63656821098b24a8713c3a1d1f4f)
8
+ - fix: add start date [523f7cd5](https://github.com/commenthol/date-holidays/commit/523f7cd5b8b57097eab27e8c199f9741b8785d6b)
9
+ - fix: re-add for dates prior to 2016 [249d7a91](https://github.com/commenthol/date-holidays/commit/249d7a91b78f2034d916af657acd4fddbf745e96)
10
+ - feat: remove service reduction day in US.MD [64519cf4](https://github.com/commenthol/date-holidays/commit/64519cf4e5867666c5036ee022c26409e16179a0)
11
+ - Fixed tests after changes to kings birthday [d9d40ee9](https://github.com/commenthol/date-holidays/commit/d9d40ee9b068ca0c24baab56f8658d9d510ccfc6)
12
+ - Update NO.yaml [9a94fffd](https://github.com/commenthol/date-holidays/commit/9a94fffd87a01132f1c3d028d56d9dddee3f6fb3)
13
+
3
14
  ## [3.19.2](https://github.com/commenthol/date-holidays/compare/3.19.1...3.19.2) (2023-05-12)
4
15
 
5
16
  - test: add test fixtures for years 2026 2027 [0207f723](https://github.com/commenthol/date-holidays/commit/0207f7234e109ca9351d55af4a3f553ed668f48f)
@@ -38,6 +38,7 @@ holidays:
38
38
  name:
39
39
  no: H.M. kong Harald V
40
40
  en: Birthday of King Harald V
41
+ type: observance
41
42
  easter -49:
42
43
  name:
43
44
  no: Fastelavn
@@ -496,7 +496,7 @@ holidays:
496
496
  3rd monday in February:
497
497
  name:
498
498
  en: President's Day
499
- friday before 1st monday before 06-01:
499
+ friday before 1st monday before 06-01 since 2009 and prior to 2016:
500
500
  name:
501
501
  en: Service Reduction Day
502
502
  friday after 4th thursday in November:
@@ -891,9 +891,11 @@ holidays:
891
891
  3rd monday in February:
892
892
  name:
893
893
  en: George Washington Day
894
- friday before 3rd monday in January:
894
+ friday before 3rd monday in January prior to 2021:
895
895
  name:
896
896
  en: Lee–Jackson Day
897
+ tuesday after 1st monday in November in even years since 2020:
898
+ name: Election Day
897
899
  WA:
898
900
  name: Washington
899
901
  zones:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2023-05-12",
2
+ "version": "2023-06-03",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -16940,7 +16940,8 @@
16940
16940
  "name": {
16941
16941
  "no": "H.M. kong Harald V",
16942
16942
  "en": "Birthday of King Harald V"
16943
- }
16943
+ },
16944
+ "type": "observance"
16944
16945
  },
16945
16946
  "easter -49": {
16946
16947
  "name": {
@@ -22624,7 +22625,7 @@
22624
22625
  "en": "President's Day"
22625
22626
  }
22626
22627
  },
22627
- "friday before 1st monday before 06-01": {
22628
+ "friday before 1st monday before 06-01 since 2009 and prior to 2016": {
22628
22629
  "name": {
22629
22630
  "en": "Service Reduction Day"
22630
22631
  }
@@ -23246,10 +23247,13 @@
23246
23247
  "en": "George Washington Day"
23247
23248
  }
23248
23249
  },
23249
- "friday before 3rd monday in January": {
23250
+ "friday before 3rd monday in January prior to 2021": {
23250
23251
  "name": {
23251
23252
  "en": "Lee–Jackson Day"
23252
23253
  }
23254
+ },
23255
+ "tuesday after 1st monday in November in even years since 2020": {
23256
+ "name": "Election Day"
23253
23257
  }
23254
23258
  }
23255
23259
  },