date-holidays 3.20.0 → 3.21.1

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.21.1](https://github.com/commenthol/date-holidays/compare/3.21.0...3.21.1) (2023-06-08)
4
+
5
+ - fix(CA): modify holiday name [48bc62d2](https://github.com/commenthol/date-holidays/commit/48bc62d26276ab594ca26bf88e0a9accbcc17fb6)
6
+
7
+ ## [3.21.0](https://github.com/commenthol/date-holidays/compare/3.20.0...3.21.0) (2023-06-03)
8
+
9
+ - feat(LV): Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship [26e1b9ef](https://github.com/commenthol/date-holidays/commit/26e1b9ef52d3e2e149de8198cacab76afd9735a7)
10
+
3
11
  ## [3.20.0](https://github.com/commenthol/date-holidays/compare/3.19.2...3.20.0) (2023-06-03)
4
12
 
5
13
  - fix: last observed 2020, so prior to 2021 [6397ed83](https://github.com/commenthol/date-holidays/commit/6397ed83ec0d9dc1866256e0ec4c2dc5b175f4b7)
@@ -211,7 +211,7 @@ holidays:
211
211
  days:
212
212
  06-21:
213
213
  name:
214
- en: National Aboriginal Day
214
+ en: National Indigenous Peoples Day
215
215
  fr: Journée nationale des Autochthones
216
216
  NU:
217
217
  name: Nunavut
@@ -49,3 +49,8 @@ holidays:
49
49
  _name: 12-26
50
50
  12-31:
51
51
  _name: 12-31
52
+ # @source https://www.apollo.lv/7784364/oficiali-29-maijs-ir-brivdiena
53
+ "2023-05-29":
54
+ name:
55
+ en: Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship
56
+ lv: Latvijas hokeja komandas 2023. gada Pasaules hokeja čempionātā bronzas medaļa
@@ -14342,6 +14342,12 @@
14342
14342
  },
14343
14343
  "12-31": {
14344
14344
  "_name": "12-31"
14345
+ },
14346
+ "2023-05-29": {
14347
+ "name": {
14348
+ "en": "Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship",
14349
+ "lv": "Latvijas hokeja komandas 2023. gada Pasaules hokeja čempionātā bronzas medaļa"
14350
+ }
14345
14351
  }
14346
14352
  }
14347
14353
  },