Skip to content

Commit fd905ec

Browse files
committed
Release v1.2.0
1 parent d984a81 commit fd905ec

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.2.0"></a>
2+
# [1.2.0](https://github.com/davidchin/react-input-range/compare/v1.1.5...v1.2.0) (2017-07-09)
3+
4+
5+
### Features
6+
7+
* Add track dragging functionality ([#91](https://github.com/davidchin/react-input-range/issues/91)) ([4a8ca26](https://github.com/davidchin/react-input-range/commit/4a8ca26))
8+
9+
10+
111
<a name="1.1.5"></a>
212
## [1.1.5](https://github.com/davidchin/react-input-range/compare/v1.1.4...v1.1.5) (2017-07-09)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-input-range",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "React component for inputting numeric values within a range",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)