Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 18, 2018
1 parent a1bebe1 commit b42921f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ maintain the existing coding style.
* 2018-07-04   v0.1.5   Fix stripping of color and regexp
* 2018-07-05   v0.1.6   Prevent Regular Expression Denial of Service attacks
* 2018-07-05   v0.1.7   Minor coverage fix
* 2018-07-05   v0.1.8   Better handle alpha values
* 2018-07-05   v0.1.8   Better handle alpha values
* 2018-07-18   v0.1.9   Support transparent colors
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rgb2hex",
"main": "rgb2hex.js",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/christian-bromann/rgb2hex",
"authors": [
"Christian Bromann <mail@christian-bromann.com>"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rgb2hex",
"version": "0.1.8",
"version": "0.1.9",
"description": "lightweight rgb/rgba to hex parser",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit b42921f

Please sign in to comment.