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",