Skip to content

Commit

Permalink
[Project] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Nov 22, 2016
1 parent 7398ed2 commit 609ab6c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

# 1.4.0
## Fix
- Fix variable name in add part
- Ignore circle.yml in npmignore

## Code
- Update scripts for npm
- Downgrade eslint plugin version (not working)

## Feature
- Before Remove Action function to perform remove action

# 1.3.1
## Fix
- Fix README for Github
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Demo is available here : [Demo](https://oxyno-zeta.github.io/react-editable-json
- Read only possibility
- Call for global update and delta update
- Possibility to give buttons, inputs, ... in parameters
- Possibility to authorize remove action

## How to use
### Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-editable-json-tree",
"version": "1.3.1",
"version": "1.4.0",
"description": "React Editable Json Tree",
"main": "dist/JsonTree.js",
"scripts": {
Expand Down

0 comments on commit 609ab6c

Please sign in to comment.