date-holidays 3.26.0 → 3.26.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 +4 -0
- package/data/countries/ID.yaml +4 -0
- package/data/holidays.json +7 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +7 -1
- package/package.json +1 -1
- package/src/data.js +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.26.1](https://github.com/commenthol/date-holidays/compare/3.26.0...3.26.1) (2025-09-10)
|
|
4
|
+
|
|
5
|
+
- fix(ID): move Maulid Nabi Muhammad date [ccbb54d3](https://github.com/commenthol/date-holidays/commit/ccbb54d3016ca3ab78c368d8178062dfdc42e00c)
|
|
6
|
+
|
|
3
7
|
## [3.26.0](https://github.com/commenthol/date-holidays/compare/3.25.2...3.26.0) (2025-09-10)
|
|
4
8
|
|
|
5
9
|
- docs: add license attribution [cec9f31c](https://github.com/commenthol/date-holidays/commit/cec9f31ce9bc2c075248360093ffce0fefee99ce)
|
package/data/countries/ID.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -13040,7 +13040,13 @@
|
|
|
13040
13040
|
"_name": "1 Muharram"
|
|
13041
13041
|
},
|
|
13042
13042
|
"12 Rabi al-awwal": {
|
|
13043
|
-
"_name": "12 Rabi al-awwal"
|
|
13043
|
+
"_name": "12 Rabi al-awwal",
|
|
13044
|
+
"disable": [
|
|
13045
|
+
"2025-09-04"
|
|
13046
|
+
],
|
|
13047
|
+
"enable": [
|
|
13048
|
+
"2025-09-05"
|
|
13049
|
+
]
|
|
13044
13050
|
},
|
|
13045
13051
|
"27 Rajab": {
|
|
13046
13052
|
"_name": "27 Rajab"
|