Skip to content

Commit

Permalink
Merge pull request jdorn#842 from json-editor/release
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
schmunk42 authored Oct 20, 2020
2 parents 84fe806 + 6d1886b commit 839b8e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

### 2.5.0

- added new stepper editor (with default HTML & Bootstrap 4 Theme)
- fixed babel transpiling bug
- updated docs

### 2.4.0

- added option `max_depth` used to specify the maximum depth of level's schema that have to be rendered
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@json-editor/json-editor",
"title": "JSONEditor",
"description": "JSON Schema based editor",
"version": "2.4.0",
"version": "2.5.0",
"main": "dist/jsoneditor.js",
"author": {
"name": "Jeremy Dorn",
Expand Down

0 comments on commit 839b8e4

Please sign in to comment.