From ca8ee6b373298ac381810feb54454b4f332e70c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira=20Mu=C3=B1oz?= Date: Mon, 27 Nov 2023 22:18:14 +0100 Subject: [PATCH] 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c9b814..561e313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colortranslator", - "version": "4.0.0", + "version": "4.1.0", "description": "A JavaScript library, written in TypeScript, to convert among different color models", "main": "index.js", "module": "esm/index.js",