date-holidays 3.20.0 → 3.21.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 +4 -0
- package/data/countries/LV.yaml +5 -0
- package/data/holidays.json +6 -0
- 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 +6 -0
- package/package.json +1 -1
- package/src/data.js +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.21.0](https://github.com/commenthol/date-holidays/compare/3.20.0...3.21.0) (2023-06-03)
|
|
4
|
+
|
|
5
|
+
- feat(LV): Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship [26e1b9ef](https://github.com/commenthol/date-holidays/commit/26e1b9ef52d3e2e149de8198cacab76afd9735a7)
|
|
6
|
+
|
|
3
7
|
## [3.20.0](https://github.com/commenthol/date-holidays/compare/3.19.2...3.20.0) (2023-06-03)
|
|
4
8
|
|
|
5
9
|
- fix: last observed 2020, so prior to 2021 [6397ed83](https://github.com/commenthol/date-holidays/commit/6397ed83ec0d9dc1866256e0ec4c2dc5b175f4b7)
|
package/data/countries/LV.yaml
CHANGED
|
@@ -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
|
package/data/holidays.json
CHANGED
|
@@ -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
|
},
|