Add release notes and update npm versions
Bug: https://phabricator.wikimedia.org/T369065
This commit is contained in:
30
CHANGELOG.md
30
CHANGELOG.md
@@ -8,6 +8,28 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
|
||||
|
||||
## Language updates
|
||||
|
||||
### 2024-07-12
|
||||
1. [Add Latin script for Manchu (mnc-latn)](https://github.com/wikimedia/language-data/pull/263)
|
||||
2. [Add Iban (iba)](https://github.com/wikimedia/language-data/pull/339)
|
||||
3. [Change mui autonym according to Ethnologue](https://github.com/wikimedia/language-data/pull/341)
|
||||
4. [Add Pothwari (phr)](https://github.com/wikimedia/language-data/pull/342)
|
||||
5. [Correct script for taq-tfng](https://github.com/wikimedia/language-data/pull/343)
|
||||
6. [Correct autonym for American Sign Language](https://github.com/wikimedia/language-data/pull/344)
|
||||
7. [Add Ekpeye (ekp)](https://github.com/wikimedia/language-data/pull/346)
|
||||
8. [Add Edo (bin)](https://github.com/wikimedia/language-data/pull/351)
|
||||
9. [Add Waalii (wlx)](https://github.com/wikimedia/language-data/pull/352)
|
||||
10. [Add Chitonga (toi) and Chiluvale (lue)](https://github.com/wikimedia/language-data/pull/350)
|
||||
11. [Change autonym for tdd](https://github.com/wikimedia/language-data/pull/349)
|
||||
12. [Update the autonym for ku-arab](https://github.com/wikimedia/language-data/pull/347)
|
||||
13. [Add Interslavic (isv)](https://github.com/wikimedia/language-data/pull/353)
|
||||
14. [Add Jakalteko (jac)](https://github.com/wikimedia/language-data/pull/354)
|
||||
15. [Add Kihunde (hke)](https://github.com/wikimedia/language-data/pull/355)
|
||||
16. [Rename wlx autonym](https://github.com/wikimedia/language-data/pull/356)
|
||||
17. [Make a less ambiguous autonym for acf](https://github.com/wikimedia/language-data/pull/357)
|
||||
18. [Add Torwali (trw)](https://github.com/wikimedia/language-data/pull/360)
|
||||
19. [Add Abron (a.k.a. Bono, Brong, abr)](https://github.com/wikimedia/language-data/pull/358)
|
||||
20. [Add Assyrian Neo-Aramaic (aii)](https://github.com/wikimedia/language-data/pull/359)
|
||||
|
||||
### 2024-04-15
|
||||
1. [Add Ebira (igb)](https://github.com/wikimedia/language-data/pull/332)
|
||||
2. [Add Petjoh (pey)](https://github.com/wikimedia/language-data/pull/335)
|
||||
@@ -193,6 +215,10 @@ Language data related changes,
|
||||
|
||||
## PHP
|
||||
|
||||
### PHP 1.1.8 (2024-07-12)
|
||||
- See [language updates 2024-07-12](#2024-07-12)
|
||||
- [Update PHP dependencies](https://github.com/wikimedia/language-data/pull/363)
|
||||
|
||||
### PHP 1.1.7 (2024-04-15)
|
||||
- See [language updates 2024-04-15](#2024-04-15)
|
||||
- [Update PHP dependencies](https://github.com/wikimedia/language-data/pull/337)
|
||||
@@ -259,6 +285,10 @@ Language data related changes,
|
||||
|
||||
## Node.js
|
||||
|
||||
### Node.js 1.1.8 (2024-07-12)
|
||||
- See [language updates 2024-07-12](#2024-07-12)
|
||||
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/361)
|
||||
|
||||
### Node.js 1.1.7 (2024-04-15)
|
||||
- See [language updates 2024-04-15](#2024-04-15)
|
||||
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/336)
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@wikimedia/language-data",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@wikimedia/language-data",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"devDependencies": {
|
||||
"eslint": "8.57.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wikimedia/language-data",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"description": "Language data and utilities.",
|
||||
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user