Version update: 0.2.2 (#117)
This commit is contained in:
committed by
GitHub
parent
6e978475da
commit
e7be264b43
@@ -38,6 +38,9 @@ Language data related changes,
|
|||||||
- Add PHP support. [Documentation](https://language-data.readthedocs.io/en/latest/api/languagedata/languageutil.html). [Packagist](https://packagist.org/packages/wikimedia/language-data).
|
- Add PHP support. [Documentation](https://language-data.readthedocs.io/en/latest/api/languagedata/languageutil.html). [Packagist](https://packagist.org/packages/wikimedia/language-data).
|
||||||
|
|
||||||
## Node.js
|
## Node.js
|
||||||
|
### Node.js 0.2.2 (2020-07-28)
|
||||||
|
- [Fix entrypoint in package.json](https://github.com/wikimedia/language-data/pull/116)
|
||||||
|
|
||||||
### Node.js 0.2.1 (2020-07-23)
|
### Node.js 0.2.1 (2020-07-23)
|
||||||
- See [language updates 2020-07-23](#2020-07-23).
|
- See [language updates 2020-07-23](#2020-07-23).
|
||||||
- Fix `npm audit` warnings.
|
- Fix `npm audit` warnings.
|
||||||
@@ -45,4 +48,4 @@ Language data related changes,
|
|||||||
### Node.js 0.2.0 (2020-05-26)
|
### Node.js 0.2.0 (2020-05-26)
|
||||||
- See [language updates 2020-05-20](#2020-05-20).
|
- See [language updates 2020-05-20](#2020-05-20).
|
||||||
- Fix `npm audit` warnings.
|
- Fix `npm audit` warnings.
|
||||||
- Update minimum supported Node.js version to 8.0.0.
|
- Update minimum supported Node.js version to 8.0.0.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wikimedia/language-data",
|
"name": "@wikimedia/language-data",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Language data and utilities.",
|
"description": "Language data and utilities.",
|
||||||
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
|
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user