Release notes for 1.0.9 (2022-04-20) (#221)
This commit is contained in:
30
CHANGELOG.md
30
CHANGELOG.md
@@ -8,6 +8,25 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
|
|||||||
|
|
||||||
## Language updates
|
## Language updates
|
||||||
|
|
||||||
|
### 2022-04-20
|
||||||
|
1. [Auto-update of region-language information](https://github.com/wikimedia/language-data/pull/200)
|
||||||
|
2. [Add shy-latn, uz-cyrl and uz-latn](https://github.com/wikimedia/language-data/pull/190)
|
||||||
|
3. [Add Fur (fvr)](https://github.com/wikimedia/language-data/pull/201)
|
||||||
|
4. [Add se-fi, se-no and se-se](https://github.com/wikimedia/language-data/pull/202)
|
||||||
|
5. [Update Toki Pona](https://github.com/wikimedia/language-data/pull/205)
|
||||||
|
6. [Rename Seediq (trv)](https://github.com/wikimedia/language-data/pull/207)
|
||||||
|
7. [Add the Moore language (mos)](https://github.com/wikimedia/language-data/pull/208)
|
||||||
|
8. [Add [ken] Kenyang](https://github.com/wikimedia/language-data/pull/210)
|
||||||
|
9. [Add the Bulu language (bum)](https://github.com/wikimedia/language-data/pull/211)
|
||||||
|
10. [Add Fante (fat)](https://github.com/wikimedia/language-data/pull/213)
|
||||||
|
11. [Add Pannonian Rusyn](https://github.com/wikimedia/language-data/pull/214)
|
||||||
|
12. [Fix the autonym for Rundi (rn)](https://github.com/wikimedia/language-data/pull/215)
|
||||||
|
13. [Add Efik (efi)](https://github.com/wikimedia/language-data/pull/217)
|
||||||
|
14. [Fix the geo data of Karay-a (krj)](https://github.com/wikimedia/language-data/pull/218)
|
||||||
|
15. [Redirect "Eastern Yiddish" (ydd) to Yiddish (yi)](https://github.com/wikimedia/language-data/pull/220)
|
||||||
|
16. [Change trp autonym](https://github.com/wikimedia/language-data/pull/223)
|
||||||
|
17. [Remove Livvi Karelian from Asia](https://github.com/wikimedia/language-data/pull/222)
|
||||||
|
|
||||||
### 2022-01-18
|
### 2022-01-18
|
||||||
Language data related changes,
|
Language data related changes,
|
||||||
1. [Add Aghem (agq) and Masana (mcn)](https://github.com/wikimedia/language-data/pull/183)
|
1. [Add Aghem (agq) and Masana (mcn)](https://github.com/wikimedia/language-data/pull/183)
|
||||||
@@ -96,6 +115,10 @@ Language data related changes,
|
|||||||
|
|
||||||
## PHP
|
## PHP
|
||||||
|
|
||||||
|
### PHP 1.0.9 (2022-04-20)
|
||||||
|
- See [language updates 2022-04-20](#2022-04-20).
|
||||||
|
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/219)
|
||||||
|
|
||||||
### PHP 1.0.8 (2022-01-18)
|
### PHP 1.0.8 (2022-01-18)
|
||||||
- See [language updates 2022-01-18](#2022-01-18).
|
- See [language updates 2022-01-18](#2022-01-18).
|
||||||
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/197)
|
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/197)
|
||||||
@@ -126,6 +149,13 @@ Language data related changes,
|
|||||||
|
|
||||||
## Node.js
|
## Node.js
|
||||||
|
|
||||||
|
### Node.js 1.0.9 (2022-04-20)
|
||||||
|
- See [language updates 2022-04-20](#2022-04-20).
|
||||||
|
- Update DEV dependencies to address security issues
|
||||||
|
- https://github.com/wikimedia/language-data/pull/196
|
||||||
|
- https://github.com/wikimedia/language-data/pull/204
|
||||||
|
- https://github.com/wikimedia/language-data/pull/216
|
||||||
|
|
||||||
### Node.js 1.0.8 (2022-01-18)
|
### Node.js 1.0.8 (2022-01-18)
|
||||||
- See [language updates 2022-01-18](#2022-01-18).
|
- See [language updates 2022-01-18](#2022-01-18).
|
||||||
- Update minimum supported Node.js version to 12.0.0.
|
- Update minimum supported Node.js version to 12.0.0.
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wikimedia/language-data",
|
"name": "@wikimedia/language-data",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wikimedia/language-data",
|
"name": "@wikimedia/language-data",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"description": "Language data and utilities.",
|
"description": "Language data and utilities.",
|
||||||
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
|
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user