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