date-holidays 3.23.3 → 3.23.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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.23.4](https://github.com/commenthol/date-holidays/compare/3.23.3...3.23.4) (2024-01-20)
4
+
5
+ - fix(ZA): Add ZA Rugby World Cup Win Public Holiday [b169fcfb](https://github.com/commenthol/date-holidays/commit/b169fcfbf01dd07b34fac82547674fe9cd8cc34a)
6
+
3
7
  ## [3.23.3](https://github.com/commenthol/date-holidays/compare/3.23.2...3.23.3) (2023-12-10)
4
8
 
5
9
  - fix(BR): Add black conscience day as a regional holiday [8689366a](https://github.com/commenthol/date-holidays/commit/8689366a432e9ccf7b734a087e46ab7b671b143f)
@@ -90,3 +90,8 @@ holidays:
90
90
  substitutes 12-26 if sunday then next monday:
91
91
  name:
92
92
  en: Public Holiday
93
+ "2023-12-15":
94
+ # @source https://www.gov.za/documents/notices/public-holidays-act-declaration-15th-day-december-2023-public-holiday-28-nov-2023
95
+ # @source https://www.sanews.gov.za/south-africa/president-ramaphosa-declares-15-december-public-holiday
96
+ name:
97
+ en: Rugby World Cup Win Public Holiday
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2023-12-10",
2
+ "version": "2024-01-20",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -25162,6 +25162,11 @@
25162
25162
  "name": {
25163
25163
  "en": "Public Holiday"
25164
25164
  }
25165
+ },
25166
+ "2023-12-15": {
25167
+ "name": {
25168
+ "en": "Rugby World Cup Win Public Holiday"
25169
+ }
25165
25170
  }
25166
25171
  }
25167
25172
  },