Skip to content

Commit

Permalink
Merge pull request #33 from seeliang/docs/release-1.0.2
Browse files Browse the repository at this point in the history
Docs/release 1.0.2
  • Loading branch information
Sihui liang authored Dec 16, 2017
2 parents 44c0dd2 + 0e6c280 commit 5775b4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ the [html5 input range](https://www.w3.org/wiki/HTML/Elements/input/range) only
* standalong react [plugin](https://cdn.rawgit.com/seeliang/react-range-selector/master/build/js/react-range-selector.js) with options set for your quick prototype, [check the Demo](http://seeliang.github.io/react-range-selector/)

## Release
### 1.0.2
* fix single selected not showing bug
* add unit test for the bug
### 1.0.1
#### Refactor:

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-two-points-range-selector",
"version": "1.0.1",
"version": "1.0.2",
"description": "React component for select range in the form",
"main": "assets/js/src/index",
"devDependencies": {
Expand Down

0 comments on commit 5775b4d

Please sign in to comment.