Skip to content

Commit

Permalink
v3.5.1: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmhtr committed Jul 3, 2023
1 parent 504d5ed commit ef6e4f2
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 50 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.5.0] - 2023-07-02
## [3.5.1] - 2023-07-02
### Changed
- Updated with 2023a IANA Timezones database.

Expand Down
27 changes: 7 additions & 20 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.

27 changes: 7 additions & 20 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.

4 changes: 2 additions & 2 deletions esm/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-and-timezones",
"version": "3.5.0",
"version": "3.5.1",
"description": "Minimalistic library to work with countries and timezones data.",
"main": "./dist/index.js",
"module": "./esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions test/unit/get-country.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const DEPRECATED = {
"America/Louisville",
"America/Shiprock",
"Navajo",
'Pacific/Johnston',
"US/Alaska",
"US/Aleutian",
"US/Arizona",
Expand Down

0 comments on commit ef6e4f2

Please sign in to comment.