Skip to content

Commit 6ac45b1

Browse files
committed
Update version to 1.0.2
1 parent 1d6cd5d commit 6ac45b1

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+
# 1.0.2
2+
3+
* Fix range to slide on click
4+
5+
# 1.0.1
6+
7+
* Fixing height issues for range container
8+
* Add show/hide marker option
9+
* Fix disabled state of the range inputs
10+
111
# 1.0.0
212

313
* Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stimulus-range-slider",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A range slider controller for Stimulus",
55
"source": "./src/range_slider.js",
66
"main": "./dist/stimulus-range-slider.cjs",

0 commit comments

Comments
 (0)