es-regional-holidays 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -107,9 +107,9 @@ In the BOE, holidays are marked as:
107
107
  - `***` -> Regional holiday
108
108
 
109
109
  In this library, holidays are classified as:
110
- - `*` -> national
111
- - `**` -> regional
112
- - `***` -> regional
110
+ - `*` -> National holiday
111
+ - `**` -> Regional holiday
112
+ - `***` -> Regional holiday
113
113
 
114
114
  Some holidays are national in origin but managed by autonomous communities. To reflect real regional calendars, these holidays are exposed as regional in the API.
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-regional-holidays",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A JavaScript/TypeScript library to get public holidays in Spain by region.",
5
5
  "author": "jmelop",
6
6
  "license": "MIT",