From e95872ddecf5b69fa9fff207d35bc3c8dd74fe08 Mon Sep 17 00:00:00 2001 From: francoismassart Date: Wed, 22 May 2024 10:08:27 +0200 Subject: [PATCH] 3.16.0 --- 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 6f4790a..be3ee60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-tailwindcss", - "version": "3.16.0-beta.1", + "version": "3.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-tailwindcss", - "version": "3.16.0-beta.1", + "version": "3.16.0", "license": "MIT", "dependencies": { "fast-glob": "^3.2.5", diff --git a/package.json b/package.json index c1f7fc5..783a0a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-tailwindcss", - "version": "3.16.0-beta.1", + "version": "3.16.0", "description": "Rules enforcing best practices while using Tailwind CSS", "keywords": [ "eslint",