date-holidays 3.17.0 → 3.18.0

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.18.0](https://github.com/commenthol/date-holidays/compare/3.17.0...3.18.0) (2023-03-04)
4
+
5
+ - feat(BR): add cidade maravilhosa, Rio de Janeiro, Brazil, municipal holidays! [4d790b72](https://github.com/commenthol/date-holidays/commit/4d790b722be944299a77810610bc3f40c0f1a768)
6
+
3
7
  ## [3.17.0](https://github.com/commenthol/date-holidays/compare/3.16.17...3.17.0) (2023-03-04)
4
8
 
5
9
  - feat(IT): saint ambrose day milan italy [ef619b8b](https://github.com/commenthol/date-holidays/commit/ef619b8ba71413817cb0a2c5e2ec1b957c6d4b03)
package/README.md CHANGED
@@ -136,6 +136,7 @@ Countries: 196
136
136
  │ ├── PR: Paraná
137
137
  │ │ └── CU: Curitiba
138
138
  │ ├── RJ: Rio de Janeiro
139
+ │ │ └── RJ: Rio de Janeiro
139
140
  │ ├── RN: Rio Grande do Norte
140
141
  │ ├── RO: Rondônia
141
142
  │ ├── RR: Roraima
@@ -365,6 +365,17 @@ holidays:
365
365
  pt: Dia da Consciência Negra
366
366
  active:
367
367
  - from: 2002-11-11
368
+ regions:
369
+ RJ:
370
+ name: Rio de Janeiro
371
+ days:
372
+ 01-20:
373
+ name:
374
+ pt: Dia de São Sebastião
375
+ type: public
376
+ active:
377
+ - from: 1988-06-27
378
+
368
379
  RN:
369
380
  name: Rio Grande do Norte
370
381
  zones:
@@ -3581,6 +3581,24 @@
3581
3581
  }
3582
3582
  ]
3583
3583
  }
3584
+ },
3585
+ "regions": {
3586
+ "RJ": {
3587
+ "name": "Rio de Janeiro",
3588
+ "days": {
3589
+ "01-20": {
3590
+ "name": {
3591
+ "pt": "Dia de São Sebastião"
3592
+ },
3593
+ "type": "public",
3594
+ "active": [
3595
+ {
3596
+ "from": "1988-06-27T00:00:00.000Z"
3597
+ }
3598
+ ]
3599
+ }
3600
+ }
3601
+ }
3584
3602
  }
3585
3603
  },
3586
3604
  "RN": {