Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 4, 2018
1 parent 08cb8b4 commit e4e0c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -66,4 +66,5 @@ maintain the existing coding style.
* 2018-05-24   v0.1.1   updated dependencies switch test framework to jest
* 2018-06-13   v0.1.2   Fixes uncontrolled resource consumption vulnerability referenced in #1. ([ref1](https://nodesecurity.io/advisories/647), [ref2](https://snyk.io/vuln/npm:rgb2hex:20180429))
* 2013-06-13   v0.1.3   allow semicolon at the end of an rgb string
* 2013-06-19   v0.1.4   ignore text before or after the color
* 2013-06-19   v0.1.4   ignore text before or after the color
* 2013-07-04   v0.1.5   Fix stripping of color and regexp
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "rgb2hex",
"main": "rgb2hex.js",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/christian-bromann/rgb2hex",
"authors": [
"Christian Bromann <mail@christian-bromann.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rgb2hex",
"version": "0.1.4",
"version": "0.1.5",
"description": "lightweight rgb/rgba to hex parser",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit e4e0c7c

Please sign in to comment.