Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jun 19, 2018
1 parent 95e574a commit 9f02837
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 @@ -65,4 +65,5 @@ maintain the existing coding style.
* 2013-04-22   v0.1.0   first working version
* 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-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
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "rgb2hex",
"main": "rgb2hex.js",
"version": "0.1.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"description": "lightweight rgb/rgba to hex parser",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 9f02837

Please sign in to comment.