Skip to content

Commit 6664b1f

Browse files
committed
Bump version to 0.7.27
Closes #605
1 parent 31368d0 commit 6664b1f

6 files changed

+898
-141
lines changed

dist/jsoneditor.js

+38-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jsoneditor.js.map

+1-108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jsoneditor.min.js

+855-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jsoneditor.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "json-editor",
33
"title": "JSONEditor",
44
"description": "JSON Schema based editor",
5-
"version": "0.7.26",
5+
"version": "0.7.27",
66
"main": "dist/jsoneditor.js",
77
"author": {
88
"name": "Jeremy Dorn",

src/intro.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! JSON Editor v0.7.26 - JSON Schema -> HTML Editor
1+
/*! JSON Editor v0.7.27 - JSON Schema -> HTML Editor
22
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
33
* Released under the MIT license
44
*
5-
* Date: 2016-06-21
5+
* Date: 2016-07-03
66
*/
77

88
/**

0 commit comments

Comments
 (0)