diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad1a228..1aeac55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.3 + +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.2...v6.11.3) + +### 🩹 Fixes + +- Add tw util for compatible versions and use unshift for module paths ([3f0d6e1](https://github.com/nuxt-modules/tailwindcss/commit/3f0d6e1)) +- Command palette ([#799](https://github.com/nuxt-modules/tailwindcss/pull/799)) + +### 📖 Documentation + +- Add export default to default config example ([#796](https://github.com/nuxt-modules/tailwindcss/pull/796)) + +### ❤️ Contributors + +- Florent Delerue +- Inesh Bose +- Johannes Przymusinski ([@cngJo](http://github.com/cngJo)) + ## v6.11.2 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.1...v6.11.2) diff --git a/package.json b/package.json index dfee9ca8..c3ae4ed7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.11.2", + "version": "6.11.3", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT", @@ -84,4 +84,4 @@ "stackblitz": { "startCommand": "pnpm dev:prepare && pnpm dev" } -} +} \ No newline at end of file