timezones-ical-library 1.3.2 → 1.4.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/Readme.md CHANGED
@@ -26,7 +26,7 @@ Run ...
26
26
  sudo sh update-tzdata.sh tzVersionNumber
27
27
  ```
28
28
 
29
- ... with _tzVersionNumber_ being the version of the IANA time zone database you want to use (e.g. sudo sh update-tzdata.sh 2022d).
29
+ ... with _tzVersionNumber_ being the version of the [IANA time zone database](https://www.iana.org/time-zones) you want to use (e.g. sudo sh update-tzdata.sh 2022e).
30
30
 
31
31
  <br />
32
32
 
@@ -165,6 +165,7 @@ Licensed under [Apache-2.0](LICENSE).
165
165
 
166
166
  ## ⚡ Changelog (without minor changes and fixes)
167
167
 
168
+ - v1.4 : further minification via data mapping
168
169
  - v1.3 : bundle size optimization and API
169
170
  - v1.2 : providing tzblock as array with separate tzid
170
171
  - v1.1 : get-offset function