Skip to content

Commit d342f5b

Browse files
committed
v3.1.0
1 parent db04d49 commit d342f5b

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "annexare/countries-list",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
55
"type": "library",
66
"keywords": [

dist/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.iife.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countries-list",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
55
"main": "cjs/index.js",
66
"module": "mjs/index.js",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/countries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countries",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/countries/src/data/countries.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,6 +2205,10 @@ export default {
22052205
currency: ['WST'],
22062206
languages: ['sm', 'en'],
22072207
},
2208+
/**
2209+
* The code XK is being used by the European Commission the IMF, and SWIFT, the CLDR,
2210+
* and other organizations as a temporary country code for Kosovo.
2211+
*/
22082212
XK: {
22092213
name: 'Kosovo',
22102214
native: 'Republika e Kosovës',

0 commit comments

Comments
 (0)