Skip to content

Commit

Permalink
Version 4.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Dec 7, 2023
1 parent 1a4a24e commit 3a70d6d
Show file tree
Hide file tree
Showing 58 changed files with 19,264 additions and 26 deletions.
13 changes: 13 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.1.28] - 2023-12-07

### Added
- New map of Kazakhstan: `kazahkstan2023*`.
- New USA county maps to reflect changes in Alaska: `regions/usa/ak2023*` and `regions/usa/usaCounties2023*`.

### Changed
- Updated Hormozgan province name in the maps of Iran.

### Fixed
- Fixed the ID of the Dādra and Nagar Haveli and Damān and Diu province in India 2020 maps.


## [4.1.27] - 2023-06-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/data/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var countries = {
"JM": ["jamaicaLow", "jamaicaHigh"],
"JO": ["jordanLow", "jordanHigh"],
"JP": ["japanLow", "japanHigh"],
"KZ": ["kazakhstanLow", "kazakhstanHigh"],
"KZ": ["kazakhstan2023Low", "kazakhstan2023High", "kazakhstanLow", "kazakhstanHigh"],
"KE": ["kenyaLow", "kenyaHigh"],
"XK": ["kosovoLow", "kosovoHigh"],
"KW": ["kuwaitLow", "kuwaitHigh"],
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/data/countries2.js
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ var countries2 = {
"country": "Kazakhstan",
"continent_code": "EU",
"continent": "Europe",
"maps": ["kazakhstanLow", "kazakhstanHigh"]
"maps": ["kazakhstan2023Low", "kazakhstan2023High", "kazakhstanLow", "kazakhstanHigh"]
},
"LA": {
"country": "Lao People's Democratic Republic",
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/india2020High.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/india2020Low.js

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

Loading

0 comments on commit 3a70d6d

Please sign in to comment.