Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest

## Language updates

### 2024-01-24
1. [Add Western Apache](https://github.com/wikimedia/language-data/pull/321)
2. [Add Komering](https://github.com/wikimedia/language-data/pull/322)
3. [Add Nyoro (nyo) and Tooro (ttj)](https://github.com/wikimedia/language-data/pull/326)
4. [Update Mon (mnw) autonym](https://github.com/wikimedia/language-data/pull/325)
5. [Add Gondi and Kolami](https://github.com/wikimedia/language-data/pull/324)
6. [Add Nupe (nup)](https://github.com/wikimedia/language-data/pull/327)

### 2023-10-25
1. [Add Pintupi-Luritja](https://github.com/wikimedia/language-data/pull/310)
2. [Add Bole (bol) and Karekare (kai)](https://github.com/wikimedia/language-data/pull/311)
Expand Down Expand Up @@ -181,6 +189,10 @@ Language data related changes,

## PHP

### PHP 1.1.6 (2024-01-24)
- See [language updates 2024-01-24](#2024-01-24)
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/328)

### PHP 1.1.5 (2023-10-25)
- See [language updates 2023-10-25](#2023-10-25)
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/319)
Expand Down Expand Up @@ -239,6 +251,10 @@ Language data related changes,

## Node.js

### Node.js 1.1.6 (2024-01-24)
- See [language updates 2024-01-24](#2024-01-24)
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/329)

### Node.js 1.1.5 (2023-10-25)
- See [language updates 2023-10-25](#2023-10-25)
- Update DEV dependencies and fix security issues
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wikimedia/language-data",
"version": "1.1.5",
"version": "1.1.6",
"description": "Language data and utilities.",
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
"keywords": [
Expand Down