From c12fcedce66d9169d763c8016974380a2a4a6670 Mon Sep 17 00:00:00 2001 From: Saneef Ansari Date: Tue, 16 Apr 2024 01:50:58 +0530 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cdac548..2da16a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-design-token-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "PostCSS plugin to convert design tokens to CSS custom properties and utility classes.", "main": "index.js", "repository": { @@ -30,4 +30,4 @@ "peerDependencies": { "postcss": "^8.0.0" } -} \ No newline at end of file +}