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/lib/data.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const data = {
6
- "version": "2022-07-30",
6
+ "version": "2022-08-12",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -4891,7 +4891,7 @@ const data = {
4891
4891
  "08-01": {
4892
4892
  "name": {
4893
4893
  "de": "Bundesfeiertag",
4894
- "fr": "Fête nationnale",
4894
+ "fr": "Fête nationale",
4895
4895
  "it": "Giorno festivo federale"
4896
4896
  }
4897
4897
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.16.3",
3
+ "version": "3.16.4",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -61,6 +61,7 @@
61
61
  "Kane.Westwood <kane.westwood@moonpig.com>",
62
62
  "Kerstens Maxim <maxim.kerstens@gmail.com>",
63
63
  "Kevin Ley <3976145+kevinley@users.noreply.github.com>",
64
+ "Kevin Ley <ley.kevin@icloud.com>",
64
65
  "Kevin Samoei <samoeikev@gmail.com>",
65
66
  "Konstantinos Koukourakis <konstantinoskouk90@gmail.com>",
66
67
  "Leonidas Villeneuve <leonidas@leonidasv.com>",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
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 @@ export const data = {
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
  },