From 07d55e6fbd38bb8594d7fb1171610f77d2a8c509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 23 Nov 2023 10:00:32 +0100 Subject: [PATCH] chore(release): v6.10.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e284fea..38feb421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.10.1 + +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.0...v6.10.1) + +### 🏡 Chore + +- Remove @nuxt/postcss8 ([#767](https://github.com/nuxt-modules/tailwindcss/pull/767)) +- Remove tsconfig from playgroun ([603f214](https://github.com/nuxt-modules/tailwindcss/commit/603f214)) +- Update gitignore ([931d479](https://github.com/nuxt-modules/tailwindcss/commit/931d479)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Inesh Bose + ## v6.10.0 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.9.5...v6.10.0) diff --git a/package.json b/package.json index dbda0b9a..f8f106ee 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.10.0", + "version": "6.10.1", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT",