From 5ee856c257a4f89b6218e4e3c26591a757c05ba1 Mon Sep 17 00:00:00 2001 From: Ben Rogerson Date: Fri, 19 Jan 2024 16:00:11 +1030 Subject: [PATCH] 3.4.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d8217b..8238424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twin.macro", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twin.macro", - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "dependencies": { "@babel/template": "^7.22.15", diff --git a/package.json b/package.json index 3b85ebc..812fbcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twin.macro", - "version": "3.4.0", + "version": "3.4.1", "description": "Twin blends the magic of Tailwind with the flexibility of css-in-js", "main": "macro.js", "types": "types/index.d.ts",