From 320dacf96fa465ac365e7d06048b932059de6dd8 Mon Sep 17 00:00:00 2001 From: Inesh Bose <56732164+ineshbose@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:23:45 +0000 Subject: [PATCH] chore(release): v6.12.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150c0129..90e7526d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v6.12.1 + +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.0...v6.12.1) + ## v6.12.0 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.4...v6.12.0) diff --git a/package.json b/package.json index b74478cb..8d7d1893 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.12.0", + "version": "6.12.1", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT",