Skip to content

Commit

Permalink
v3.6.0: Update to 2023c IANA db.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmhtr committed Dec 10, 2023
1 parent 97a106f commit 653e28b
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.6.0] - 2023-12-10
### Changed
- Updated with 2023c IANA Timezones database.

## [3.5.2] - 2023-11-05
### Fixed
- [#58](https://github.com/manuelmhtr/countries-and-timezones/issues/58) Missing export for CommonJS.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the following script to your project (only ~9kb):
<script src="https://cdn.jsdelivr.net/gh/manuelmhtr/countries-and-timezones@latest/dist/index.min.js" type="text/javascript"></script>

<!-- Or specify a version -->
<script src="https://cdn.jsdelivr.net/gh/manuelmhtr/countries-and-timezones@v3.5.2/dist/index.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/manuelmhtr/countries-and-timezones@v3.6.0/dist/index.min.js" type="text/javascript"></script>

<!-- This will export a variable named "ct": -->
<script type="text/javascript">
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types.d.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data.json

Large diffs are not rendered by default.

0 comments on commit 653e28b

Please sign in to comment.