Skip to content

Commit f701984

Browse files
committed
[Project] Update project version
1 parent c9409e7 commit f701984

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
# 1.3.0
3+
## Feature
4+
- Add way to pass plus and minus menu element
5+
- Update Demo website to add custom inputs, ...
6+
7+
## Fix
8+
- Test if focus exists before using it on inputs
9+
- Add keywords on package.json
10+
211
# 1.2.0
312
## Feature
413
- Add possibility to edit 'function'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-editable-json-tree",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "React Editable Json Tree",
55
"main": "dist/JsonTree.js",
66
"scripts": {

0 commit comments

Comments
 (0)