Skip to content

Commit bbdf55c

Browse files
authored
Add release notes and update npm versions (#320)
Bug: https://phabricator.wikimedia.org/T347849
1 parent 12b073a commit bbdf55c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

99
## Language updates
1010

11+
### 2023-10-25
12+
1. [Add Pintupi-Luritja](https://github.com/wikimedia/language-data/pull/310)
13+
2. [Add Bole (bol) and Karekare (kai)](https://github.com/wikimedia/language-data/pull/311)
14+
3. [Add Najdi (ars)](https://github.com/wikimedia/language-data/pull/312)
15+
4. [Remove akan](https://github.com/wikimedia/language-data/pull/313)
16+
5. [Add Dangme](https://github.com/wikimedia/language-data/pull/316)
17+
1118
### 2023-07-17
1219
1. [Add Crimean Tatar (Romania)](https://github.com/wikimedia/language-data/pull/290)
1320
2. [Add languages used in Wikimedia MinT](https://github.com/wikimedia/language-data/pull/292)
@@ -174,6 +181,10 @@ Language data related changes,
174181

175182
## PHP
176183

184+
### PHP 1.1.5 (2023-10-25)
185+
- See [language updates 2023-10-25](#2023-10-25)
186+
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/319)
187+
177188
### PHP 1.1.4 (2023-07-17)
178189
- See [language updates 2023-07-17](#2023-07-17)
179190
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/305)
@@ -228,6 +239,13 @@ Language data related changes,
228239

229240
## Node.js
230241

242+
### Node.js 1.1.5 (2023-10-25)
243+
- See [language updates 2023-10-25](#2023-10-25)
244+
- Update DEV dependencies and fix security issues
245+
- https://github.com/wikimedia/language-data/pull/309
246+
- https://github.com/wikimedia/language-data/pull/317
247+
- https://github.com/wikimedia/language-data/pull/318
248+
231249
### Node.js 1.1.4 (2023-07-17)
232250
- See [language updates 2023-07-17](#2023-07-17)
233251
- [Update DEV dependencies](https://github.com/wikimedia/language-data/pull/306)

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.4",
3+
"version": "1.1.5",
44
"description": "Language data and utilities.",
55
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
66
"keywords": [

0 commit comments

Comments
 (0)