From 1cde4575699d89fdd4c827c34daaee8949222df3 Mon Sep 17 00:00:00 2001 From: Sascha Tandel Date: Sun, 20 Dec 2020 19:45:14 +0100 Subject: [PATCH] v0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a371d8a16..8adeb3067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twind", - "version": "0.5.0", + "version": "0.6.0", "description": "compiles tailwind like shorthand syntax into css at runtime", "//": "mark as private to prevent accidental publish - use 'yarn release'", "private": true,