Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 13, 2019
1 parent 2b1862f commit 7bed47b
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 @@ -71,4 +71,5 @@ maintain the existing coding style.
* 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-18   v0.1.9   Support transparent colors
* 2018-07-18   v0.1.9   Support transparent colors
* 2019-11-11   v0.1.10  Support multiple decimal places [(#20)](https://github.com/christian-bromann/rgb2hex/pull/20)
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rgb2hex",
"main": "rgb2hex.js",
"version": "0.1.9",
"version": "0.1.10",
"homepage": "https://github.com/christian-bromann/rgb2hex",
"authors": [
"Christian Bromann <[email protected]>"
Expand All @@ -24,4 +24,4 @@
"test",
"tests"
]
}
}
2 changes: 1 addition & 1 deletion 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.9",
"version": "0.1.10",
"description": "lightweight rgb/rgba to hex parser",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 7bed47b

Please sign in to comment.