Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Mar 4, 2024
1 parent db04d49 commit d342f5b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "annexare/countries-list",
"version": "3.0.6",
"version": "3.1.0",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-list",
"version": "3.0.6",
"version": "3.1.0",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"main": "cjs/index.js",
"module": "mjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/countries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries",
"version": "3.0.6",
"version": "3.1.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/countries/src/data/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,10 @@ export default {
currency: ['WST'],
languages: ['sm', 'en'],
},
/**
* The code XK is being used by the European Commission the IMF, and SWIFT, the CLDR,
* and other organizations as a temporary country code for Kosovo.
*/
XK: {
name: 'Kosovo',
native: 'Republika e Kosovës',
Expand Down

0 comments on commit d342f5b

Please sign in to comment.