Skip to content

Commit

Permalink
2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Dec 17, 2015
1 parent 87c299e commit 06c0822
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 2.2.0 (not released yet)
# 2.2.0 (2015-12-17)
## Features
- Add a `getSelectionBarColor` options to dynamically change the selection bar color (#197).
- Add a `getSelectionBarColor` option to dynamically change the selection bar color (#197).

## Bug fixes
- Fix negative float values rendering (#190).

# 2.1.0 (2015-11-29)
## Features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-slider",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "https://github.com/rzajac/angularjs-slider",
"authors": [
"Rafal Zajac <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* (c) Rafal Zajac <[email protected]>
* http://github.com/rzajac/angularjs-slider
*
* Version: v2.1.0
* Version: v2.2.0
*
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/rzslider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-slider",
"version": "2.1.0",
"version": "2.2.0",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/rzslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* (c) Rafal Zajac <[email protected]>
* http://github.com/rzajac/angularjs-slider
*
* Version: v2.1.0
* Version: v2.2.0
*
* Licensed under the MIT license
*/
Expand Down

0 comments on commit 06c0822

Please sign in to comment.