From 68ebee66eff7630bda97a9a8f16bddbd932fe3b8 Mon Sep 17 00:00:00 2001 From: Ben Rogerson Date: Wed, 28 Oct 2020 20:25:27 +1030 Subject: [PATCH] 1.12.0 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2006e62..95accd0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twin.macro", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcc66d46..1857efaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "twin.macro", - "version": "1.11.1", - "description": "Use Tailwind classes within css-in-js libraries", + "version": "1.12.0", + "description": "Twin blends the magic of Tailwind with the flexibility of css-in-js", "main": "macro.js", "types": "types/index.d.ts", "scripts": {