date-holidays 3.16.7 → 3.16.8
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 +4 -0
- package/data/countries/IE.yaml +1 -1
- package/data/holidays.json +2 -2
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.LICENSE.txt +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.LICENSE.txt +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +2 -2
- package/package.json +2 -1
- package/src/data.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.8](https://github.com/commenthol/date-holidays/compare/3.16.7...3.16.8) (2022-10-22)
|
|
4
|
+
|
|
5
|
+
- Update Ireland to show the correct October holiday [37591e5b](https://github.com/commenthol/date-holidays/commit/37591e5bf579157eb03329cae2f34d78648341f8)
|
|
6
|
+
|
|
3
7
|
## [3.16.7](https://github.com/commenthol/date-holidays/compare/3.16.6...3.16.7) (2022-09-15)
|
|
4
8
|
|
|
5
9
|
- chore: npmrc strict-version and ignore-scripts set [e14212ef](https://github.com/commenthol/date-holidays/commit/e14212efdc74b2ea8a9e31d81fce32c1bcdf1e50)
|
package/data/countries/IE.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-
|
|
2
|
+
"version": "2022-10-22",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -11918,7 +11918,7 @@
|
|
|
11918
11918
|
"en": "First Monday in August"
|
|
11919
11919
|
}
|
|
11920
11920
|
},
|
|
11921
|
-
"1st
|
|
11921
|
+
"1st Monday before 11-01": {
|
|
11922
11922
|
"name": {
|
|
11923
11923
|
"en": "October Bank Holiday",
|
|
11924
11924
|
"type": "bank"
|