date-holidays 3.16.3 → 3.16.4
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/CH.yaml +1 -1
- package/data/holidays.json +2 -2
- 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 +2 -2
- package/package.json +2 -1
- package/src/data.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.4](https://github.com/commenthol/date-holidays/compare/3.16.3...3.16.4) (2022-08-12)
|
|
4
|
+
|
|
5
|
+
- fix(translation): typo in French translation for 08-01 in CH.yaml [dad6d8b9](https://github.com/commenthol/date-holidays/commit/dad6d8b958dc7311527fdedd8682e5876cb6e9fa)
|
|
6
|
+
|
|
3
7
|
## [3.16.3](https://github.com/commenthol/date-holidays/compare/3.16.2...3.16.3) (2022-07-30)
|
|
4
8
|
|
|
5
9
|
- Add types to exports [bf244097](https://github.com/commenthol/date-holidays/commit/bf244097ff45d367338d9820647d062b9ffdf67d)
|
package/data/countries/CH.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-
|
|
2
|
+
"version": "2022-08-12",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -4887,7 +4887,7 @@
|
|
|
4887
4887
|
"08-01": {
|
|
4888
4888
|
"name": {
|
|
4889
4889
|
"de": "Bundesfeiertag",
|
|
4890
|
-
"fr": "Fête
|
|
4890
|
+
"fr": "Fête nationale",
|
|
4891
4891
|
"it": "Giorno festivo federale"
|
|
4892
4892
|
}
|
|
4893
4893
|
},
|