From ceded97a378e393fa451fd6f4bda261cc4267549 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sun, 1 May 2022 20:54:07 +0200 Subject: [PATCH] 1.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5068504..2b77081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-constants", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6ffad32..f0a7cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-constants", - "version": "1.0.2", + "version": "1.1.0", "description": "Apply TailwindCSS utilities only if they match a constant", "main": "index.js", "types": "index.d.ts",