date-holidays 3.14.9 → 3.14.10

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.14.10](https://github.com/commenthol/date-holidays/compare/3.14.9...3.14.10) (2022-04-23)
4
+
5
+ - fix(NO,#331): remove easter sat [b2e0a7f5](https://github.com/commenthol/date-holidays/commit/b2e0a7f5325769285663d42533a33499ce940040)
6
+
3
7
  ## [3.14.9](https://github.com/commenthol/date-holidays/compare/3.14.8...3.14.9) (2022-04-23)
4
8
 
5
9
  - chore(ci): add node@18 [9a7fb227](https://github.com/commenthol/date-holidays/commit/9a7fb22797a50ffa354452da46e3ff7915d49d7c)
@@ -30,8 +30,6 @@ holidays:
30
30
  _name: easter -3
31
31
  easter -2:
32
32
  _name: easter -2
33
- easter -1:
34
- _name: easter -1
35
33
  easter:
36
34
  _name: easter
37
35
  easter 1:
@@ -16271,9 +16271,6 @@
16271
16271
  "easter -2": {
16272
16272
  "_name": "easter -2"
16273
16273
  },
16274
- "easter -1": {
16275
- "_name": "easter -1"
16276
- },
16277
16274
  "easter": {
16278
16275
  "_name": "easter"
16279
16276
  },