Released v5.5.8

This commit is contained in:
jos 2016-09-27 21:07:31 +02:00
parent 4aa9e7db7f
commit cee259f2a5
6 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor
## not yet released, version 5.5.8
## 2016-09-27, version 5.5.8
- Fixed #314: JSON schema validation throwing an error "Unexpected token ' in
JSON at position 0" in specific cases. Thanks @apostrophest

View File

@ -24,8 +24,8 @@
* Copyright (c) 2011-2016 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 5.5.7
* @date 2016-09-22
* @version 5.5.8
* @date 2016-09-27
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')

File diff suppressed because one or more lines are too long

4
dist/jsoneditor.js vendored
View File

@ -24,8 +24,8 @@
* Copyright (c) 2011-2016 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 5.5.7
* @date 2016-09-22
* @version 5.5.8
* @date 2016-09-27
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "5.5.7",
"version": "5.5.8",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [