From 8e0ccda1a158e3d2164c5cea778f0761ec8a0eaf Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 7 Jan 2022 17:42:18 +0100 Subject: [PATCH] 3.0.12 --- 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 ed229ff4d..f413980da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tailwindcss", - "version": "3.0.11", + "version": "3.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tailwindcss", - "version": "3.0.11", + "version": "3.0.12", "license": "MIT", "dependencies": { "arg": "^5.0.1", diff --git a/package.json b/package.json index 0615bcbed..03abc90fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss", - "version": "3.0.11", + "version": "3.0.12", "description": "A utility-first CSS framework for rapidly building custom user interfaces.", "license": "MIT", "main": "lib/index.js",