date-holidays 3.14.3 → 3.14.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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.14.4](https://github.com/commenthol/date-holidays/compare/3.14.3...3.14.4) (2022-03-20)
4
+
5
+ - test(BE): fix tests [41b28b6c](https://github.com/commenthol/date-holidays/commit/41b28b6c93a1c9bed0a3faedfeacf1f8de3e950e)
6
+ - fix(BE): Easter isn't a paid holiday in belgium [255bf516](https://github.com/commenthol/date-holidays/commit/255bf516137307fbf1cbb322716553080679e902)
7
+
3
8
  ## [3.14.3](https://github.com/commenthol/date-holidays/compare/3.14.2...3.14.3) (2022-02-25)
4
9
 
5
10
  - docs(CA): add reference for National Day for Truth and Reconciliation [ffb6c908](https://github.com/commenthol/date-holidays/commit/ffb6c9080a71966bcf3bf7231bcf407801515304)
@@ -27,6 +27,7 @@ holidays:
27
27
  type: observance
28
28
  easter:
29
29
  _name: easter
30
+ type: observance
30
31
  easter 1:
31
32
  _name: easter 1
32
33
  05-01:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-02-25",
2
+ "version": "2022-03-20",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -2096,7 +2096,8 @@
2096
2096
  "type": "observance"
2097
2097
  },
2098
2098
  "easter": {
2099
- "_name": "easter"
2099
+ "_name": "easter",
2100
+ "type": "observance"
2100
2101
  },
2101
2102
  "easter 1": {
2102
2103
  "_name": "easter 1"