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 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)
@@ -52,7 +52,7 @@ holidays:
52
52
  08-01:
53
53
  name:
54
54
  de: Bundesfeiertag
55
- fr: Fête nationnale
55
+ fr: Fête nationale
56
56
  it: Giorno festivo federale
57
57
  3rd sunday after 09-01:
58
58
  name:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-07-30",
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 nationnale",
4890
+ "fr": "Fête nationale",
4891
4891
  "it": "Giorno festivo federale"
4892
4892
  }
4893
4893
  },