From a2ae8c4d4ffe095dd67ca2ce466b5e6e77a7817c Mon Sep 17 00:00:00 2001 From: fpetrakov Date: Sat, 21 Oct 2023 19:03:32 +0300 Subject: [PATCH] build: publish 1.2.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a2b111..8a064c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert-to-oklch", - "version": "1.2.6", + "version": "1.2.7", "description": "CLI tool that converts rgb(), rgba(), hex, hsl() and hsla() colors to oklch() in specified CSS files.", "main": "./src/index.js", "bin": {