Publish v7.2.0
This commit is contained in:
parent
626d3959c9
commit
b0fc57ccef
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 7.2.0
|
## 2019-10-23, version 7.2.0
|
||||||
|
|
||||||
- Implemented Japanese translation (`ja`). Thanks @yutakiyama.
|
- Implemented Japanese translation (`ja`). Thanks @yutakiyama.
|
||||||
- Implemented French translation (`fr-FR`), and some improvements in the
|
- Implemented French translation (`fr-FR`), and some improvements in the
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.1.0",
|
"version": "7.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.1.0",
|
"version": "7.2.0",
|
||||||
"main": "./index",
|
"main": "./index",
|
||||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in New Issue