From 685a54cdc526424007dd9012ad423d8079e02850 Mon Sep 17 00:00:00 2001 From: Erik Golinelli Date: Sun, 2 Jun 2024 17:08:13 +0200 Subject: [PATCH] 1.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eedc750..54fc5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-2-name", - "version": "1.4.1", + "version": "1.4.2", "author": "Erik ", "description": "Finds the closest color name to a given hex, rgb and hsl color (with and without alpha). It uses the Euclidean distance formula to calculate the distance between colors in the RGB color space", "homepage": "https://wp-blocks.github.io/color-2-name/",