Skip to content

Commit 07053fa

Browse files
authored
Add release notes and update npm versions (#330)
Bug: https://phabricator.wikimedia.org/T355106
1 parent 39add8f commit 07053fa

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
88

99
## Language updates
1010

11+
### 2024-01-24
12+
1. [Add Western Apache](https://github.com/wikimedia/language-data/pull/321)
13+
2. [Add Komering](https://github.com/wikimedia/language-data/pull/322)
14+
3. [Add Nyoro (nyo) and Tooro (ttj)](https://github.com/wikimedia/language-data/pull/326)
15+
4. [Update Mon (mnw) autonym](https://github.com/wikimedia/language-data/pull/325)
16+
5. [Add Gondi and Kolami](https://github.com/wikimedia/language-data/pull/324)
17+
6. [Add Nupe (nup)](https://github.com/wikimedia/language-data/pull/327)
18+
1119
### 2023-10-25
1220
1. [Add Pintupi-Luritja](https://github.com/wikimedia/language-data/pull/310)
1321
2. [Add Bole (bol) and Karekare (kai)](https://github.com/wikimedia/language-data/pull/311)
@@ -181,6 +189,10 @@ Language data related changes,
181189

182190
## PHP
183191

192+
### PHP 1.1.6 (2024-01-24)
193+
- See [language updates 2024-01-24](#2024-01-24)
194+
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/328)
195+
184196
### PHP 1.1.5 (2023-10-25)
185197
- See [language updates 2023-10-25](#2023-10-25)
186198
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/319)
@@ -239,6 +251,10 @@ Language data related changes,
239251

240252
## Node.js
241253

254+
### Node.js 1.1.6 (2024-01-24)
255+
- See [language updates 2024-01-24](#2024-01-24)
256+
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/329)
257+
242258
### Node.js 1.1.5 (2023-10-25)
243259
- See [language updates 2023-10-25](#2023-10-25)
244260
- Update DEV dependencies and fix security issues

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wikimedia/language-data",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Language data and utilities.",
55
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
66
"keywords": [

0 commit comments

Comments
 (0)