From 894838ef44498aa0136d40688d56921ae0b27263 Mon Sep 17 00:00:00 2001 From: dy Date: Thu, 1 Oct 2020 22:37:07 -0400 Subject: [PATCH] 2.2.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index aed3bee..6b4f12a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "color-rgba", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86eb66a..bbb321d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-rgba", - "version": "2.2.2", + "version": "2.2.3", "description": "Convert color string (or parseable argument) to RGBA array", "main": "index.js", "browser": "index.js",