From 3fdb5c137fcdbbc6079a372e0f329c06415175f2 Mon Sep 17 00:00:00 2001 From: Inesh Bose Date: Sat, 10 Feb 2024 17:36:52 +0000 Subject: [PATCH] chore(release): v6.11.4 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aeac55b..cd11d689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.11.4 + +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.3...v6.11.4) + +### 🩹 Fixes + +- Null check for plugins ([8a3b46d](https://github.com/nuxt-modules/tailwindcss/commit/8a3b46d)) + +### 💅 Refactors + +- Move `colorette` to `consola/utils` ([#805](https://github.com/nuxt-modules/tailwindcss/pull/805)) + +### 🏡 Chore + +- Assign postcss plugins in order ([46c2025](https://github.com/nuxt-modules/tailwindcss/commit/46c2025)) + +### ❤️ Contributors + +- Inesh Bose +- Haruaki OTAKE + ## v6.11.3 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.2...v6.11.3) diff --git a/package.json b/package.json index 0a25b90d..a4cb35d8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.11.3", + "version": "6.11.4", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT",