Skip to content

Commit

Permalink
Released version 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 15, 2015
1 parent 45b1941 commit 6310063
Show file tree
Hide file tree
Showing 7 changed files with 1,319 additions and 1,311 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
https://github.com/josdejong/jsoneditor


## 2015-03-15, version 4.1.2

- Fixed broken bower package 4.1.1.


## 2015-03-15, version 4.1.1

- Added missing file `index.js` to the bower package.


## 2015-03-15, version 4.1.0

- Implemented a function `focus()` for modes tree, view, and form.
Expand Down
10 changes: 4 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "4.1.0",
"version": "4.1.2",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"json",
Expand All @@ -23,13 +23,11 @@
"node_modules",
"test",
"tools",
".idea",
"gulpfile.js",
"index.js",
"package.json",
"npm-debug.log",
".idea",
".npmignore",
".gitignore",
"npm-debug.log"
".gitignore"
],
"dependencies": {}
}
Loading

0 comments on commit 6310063

Please sign in to comment.