date-holidays 3.16.0 → 3.16.1

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.1](https://github.com/commenthol/date-holidays/compare/3.16.0...3.16.1) (2022-06-12)
4
+
5
+ - fix(US.CA): Presidents' Day name [845793aa](https://github.com/commenthol/date-holidays/commit/845793aa49c9a482ffbc5dacca144bef826c742a)
6
+
3
7
  ## [3.16.0](https://github.com/commenthol/date-holidays/compare/3.15.1...3.16.0) (2022-06-02)
4
8
 
5
9
  - fix(SI): Re-verted regions placeholders [79f13907](https://github.com/commenthol/date-holidays/commit/79f13907fad14376858b9d2c2b1ca61fbf345211)
@@ -217,7 +217,7 @@ holidays:
217
217
  days:
218
218
  3rd monday in February:
219
219
  name:
220
- en: The third Monday in February
220
+ en: Presidents' Day
221
221
  2nd monday in October: false
222
222
  02-15:
223
223
  type: observance
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-06-02",
2
+ "version": "2022-06-12",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -21330,7 +21330,7 @@
21330
21330
  "days": {
21331
21331
  "3rd monday in February": {
21332
21332
  "name": {
21333
- "en": "The third Monday in February"
21333
+ "en": "Presidents' Day"
21334
21334
  }
21335
21335
  },
21336
21336
  "2nd monday in October": false,