date-holidays 3.30.1 → 3.30.2

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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.30.2](https://github.com/commenthol/date-holidays/compare/3.30.1...3.30.2) (2026-05-26)
4
+
5
+ - fix(AT): set Easter and Pentecost Sundays to observance [b28c6207](https://github.com/commenthol/date-holidays/commit/b28c6207f2cf9bf1c181961eea8b98011685e2ff)
6
+ - chore(hooks): run lint on pre-commit [5fab9015](https://github.com/commenthol/date-holidays/commit/5fab901572b35930724e45b813c016ab25290ed2)
7
+ - chore(hooks): call commitlint directly [16250716](https://github.com/commenthol/date-holidays/commit/16250716c400f43c159342138798d2b3b62e028a)
8
+ - chore(commitlint): centralize rules in config [323b9d40](https://github.com/commenthol/date-holidays/commit/323b9d4026ea601348b6085f765024bde7253c71)
9
+ - chore(husky): use modern prepare command [7b607d60](https://github.com/commenthol/date-holidays/commit/7b607d607d7308dbcceb708f4f3bcdf835ad593a)
10
+ - chore(hooks): drop deprecated husky.sh sourcing [7ac3b077](https://github.com/commenthol/date-holidays/commit/7ac3b0770c1bdf51f4397b7c13d15c0aace92d53)
11
+
3
12
  ## [3.30.1](https://github.com/commenthol/date-holidays/compare/3.30.0...3.30.1) (2026-05-20)
4
13
 
5
14
  - docs: update license attributions [acc0f600](https://github.com/commenthol/date-holidays/commit/acc0f600d13bfca42d18467595ec5263fcfd24fc)
@@ -25,6 +25,7 @@ holidays:
25
25
  type: observance
26
26
  easter:
27
27
  _name: easter
28
+ type: observance
28
29
  easter 1:
29
30
  _name: easter 1
30
31
  05-01:
@@ -37,6 +38,7 @@ holidays:
37
38
  _name: easter 39
38
39
  easter 49:
39
40
  _name: easter 49
41
+ type: observance
40
42
  easter 50:
41
43
  _name: easter 50
42
44
  easter 60:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-05-20",
2
+ "version": "2026-05-26",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -1296,7 +1296,8 @@
1296
1296
  "type": "observance"
1297
1297
  },
1298
1298
  "easter": {
1299
- "_name": "easter"
1299
+ "_name": "easter",
1300
+ "type": "observance"
1300
1301
  },
1301
1302
  "easter 1": {
1302
1303
  "_name": "easter 1"
@@ -1314,7 +1315,8 @@
1314
1315
  "_name": "easter 39"
1315
1316
  },
1316
1317
  "easter 49": {
1317
- "_name": "easter 49"
1318
+ "_name": "easter 49",
1319
+ "type": "observance"
1318
1320
  },
1319
1321
  "easter 50": {
1320
1322
  "_name": "easter 50"