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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
- [Node.js library updates](#nodejs)

## Language updates

### 2022-10-27
1. [Add Wolaytta](https://github.com/wikimedia/language-data/pull/245)
2. [Add Kalanga (kck)](https://github.com/wikimedia/language-data/pull/244)
3. [Add Yonaguni (yoi)](https://github.com/wikimedia/language-data/pull/242)
4. [Fix Wolaytta autonym](https://github.com/wikimedia/language-data/pull/246)
5. [Fix Bunun autonym](https://github.com/wikimedia/language-data/pull/247)
6. [Add Esan language](https://github.com/wikimedia/language-data/pull/248)
7. [Fix the autonym of the Iñupiaq language](https://github.com/wikimedia/language-data/pull/250)
8. [Add Makassarese (mak)](https://github.com/wikimedia/language-data/pull/251)
9. [Add Iraqi Arabic (acm)](https://github.com/wikimedia/language-data/pull/252)
10. [Add Magahi](https://github.com/wikimedia/language-data/pull/254)

### 2022-07-07
1. [Rename Okinawan](https://github.com/wikimedia/language-data/pull/225)
2. [Update Kinyarwanda autonym](https://github.com/wikimedia/language-data/pull/227)
Expand Down Expand Up @@ -124,6 +137,10 @@ Language data related changes,

## PHP

### PHP 1.1.1 (2022-10-27)
- See [language updates 2022-10-27](#2022-10-27).
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/256)

### PHP 1.1.0 (2022-07-07)
- See [language updates 2022-07-07](#2022-07-07).
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/239)
Expand Down Expand Up @@ -162,6 +179,10 @@ Language data related changes,

## Node.js

### Node.js 1.1.1 (2022-10-27)
- See [language updates 2022-10-27](#2022-10-27).
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/255)

### Node.js 1.1.0 (2022-07-07)
- See [language updates 2022-07-07](#2022-07-07).
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/240)
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.0",
"version": "1.1.1",
"description": "Language data and utilities.",
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
"keywords": [
Expand Down