From f471e6de6d663457b79e11ecc7cd84c7fb8d73b6 Mon Sep 17 00:00:00 2001 From: fpetrakov Date: Mon, 20 Nov 2023 21:45:14 +0300 Subject: [PATCH] build: publish 1.2.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 338814c..dfa7ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert-to-oklch", - "version": "1.2.7", + "version": "1.2.8", "description": "CLI tool that converts rgb(), rgba(), hex, hsl() and hsla() colors to oklch() in specified CSS files.", "main": "./src/index.js", "bin": {