From cc716f416dc279f6edcc8698ada0ad0d049684fc Mon Sep 17 00:00:00 2001 From: Ben Rogerson Date: Sun, 29 Nov 2020 21:14:07 +1030 Subject: [PATCH] 2.0.1 --- 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 77882ffb..3cbf6d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twin.macro", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f9bb18a2..0f5558e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twin.macro", - "version": "2.0.0", + "version": "2.0.1", "description": "Twin blends the magic of Tailwind with the flexibility of css-in-js", "main": "macro.js", "types": "types/index.d.ts",